Just for viewing purposes. You can store and calculate this formula only inside the application.


MONEYEXCHANGE

 
Formula:

MONEYEXCHANGE

Description: Conversion of Currencies
Syntax: ExchangeAmount = BAAM
PriceUSD = 0
PriceEUR = 0
IF Bc = CI
NoChange = ExchangeAmount
ELSE
IF Bc = 01
IF CI = 02
PriceUSD = 1 / TAB(PRICEUSD)
Dollar = PriceUSD * ExchangeAmount
ELSE
PriceEUR = 1 / TAB(PRICEEURO)
Euro = PriceEUR * ExchangeAmount
...
Note:

Conversion of currencies Swiss Francs (CHF), Dollar (USD) and Euros (EUR).

Category: Banking and Finance / Finance products
Creator: Banking
Account: Free
Published: 10 June 2010
Tags: formula currency conversion swiss franc Dollar Euro

return
Css Template Preview