VB Syntax
Double CTCurrency.FXForward( _
Long ValueDate, _
Long ForwardDate, _
Double spotFX, _
CCYEnum domesticCCY, _
Double domesticRate, _
DayCountEnum domesticDC, _
CCYEnum foreignCCY, _
Double foreignRate, _
DayCountEnum foreignDC, _
String outputType)
Excel Spreadsheet Syntax
=CT.FX.FXForward(
Excel Numeric Cell ValueDate,
Excel Numeric Cell ForwardDate,
Excel Numeric Cell spotFX,
Excel String Cell domesticCCY,
Excel Numeric Cell domesticRate,
Excel String Cell domesticDC,
Excel String Cell foreignCCY,
Excel Numeric Cell foreignRate,
Excel String Cell foreignDC,
Excel String Cell outputType)
C++ Syntax
static double FXForward(
long ValueDate,
long ForwardDate,
double spotFX,
CCYEnum domesticCCY,
double domesticRate,
DayCountEnum domesticDC,
CCYEnum foreignCCY,
double foreignRate,
DayCountEnum foreignDC,
std::string outputType);
DotNET Syntax
System.Double CTCurrencySA.FXForward(
System.Int32 ValueDate,
System.Int32 ForwardDate,
System.Double spotFX,
CTIEnums.CCYEnum domesticCCY,
System.Double domesticRate,
CTIEnums.DayCountEnum domesticDC,
CTIEnums.CCYEnum foreignCCY,
System.Double foreignRate,
CTIEnums.DayCountEnum foreignDC,
System.String outputType);