Carrot reference
...
Fields
Data Types

Money

a datatype used to represent a monetary value properties property type description amount number docid\ uci5tctfvbhonej6zqijg the amount of money currency currency docid\ hyeq9eu9e7la rvhqtfvg the currency of the money (e g usd or eur) asorgcurrency money docid ks5d2xbfor9d8wfrivny converts the money to the org's default currency, (using the current exchange rate in effect as of the evaluation date) type conversions and money math money values can use any math operations, such as addition, subtraction, rounding and division if two money values of the same currency are used together in a formula, they will be added normally (example eur100 + eur200 = eur300) if two money values of different currencies are used together in a formula, they will be converted to the org's default currency, using the exchange rate currently in effect as of that date if a money value is used together with a non money numeric value, such as number docid\ uci5tctfvbhonej6zqijg or percent docid\ fbn7bfahlfpv4f1c53dxa , then the non money value will be converted into money of the the same currency as the money (example usd1000 + 1000 = usd2000) representing money to represent a money in an expression, use the money() docid 6yequadjyq5hbqdhss1zo function you can also use this function to convert between money currencies for example money(1000, 'usd') will resolve to usd $1000