Previous Topic

Next Topic

ConvertFXToBase - SQL Function

ConvertFXToBase(FXAmount: Number, ExchangeRate: Number): Number

Passed an FX Amount and an Exchange Rate, returns a Base Amount. Exchange Rate must be non zero.

ConvertFXToBase function syntax has these named arguments:

Parameter

Description

FX Amount

Required. FX amount to be converted.

Exchange Rate

Required. Exchange rate used to convert the Base amount.

See Also

SQL Foreign Exchange Functions

Book Contents

Book Index