Currency Conversion (GBP/EUR/USD/TRY)
convert_currencyConvert property asking prices between GBP, EUR, USD, and TRY. Uses current exchange rates, and fails closed without amounts if rates are unavailable.
Instructions
Converts an entered property asking-price amount across GBP/EUR/USD/TRY when complete, valid, fresh, date-stamped stored FX rates are available; otherwise it fails closed without amounts. Currency conversion only: no payment plan, deposit schedule, installment schedule, acquisition-cost estimate, or advice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| price | Yes | Entered property asking-price amount; not a deposit or installment. | |
| currency | No | Currency of the price (default GBP). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fx | No | ||
| amounts | Yes | ||
| priceGBP | Yes | ||
| dataSource | No | ||
| inputCurrency | Yes | ||
| usesStoredRate | No |