Description: ExchangeRate allows the use of multiple currencies within a project for Cost purposes and are defined at the Company level. ExchangeRate would be used to define the current exchange rate for a currency as compared to the base currency of the Company.
Field | Type | Description | Read-Only |
|---|---|---|---|
CurrencyCode | String | Currency Code | No |
CurrencyName | String | Currency Name | No |
CurrencyObjectId | ForeignKey | The unique ID of the currency | No |
EffectiveEndDate | DateTime | The effective end date of the exchange rate. | No |
EffectiveStartDate | DateTime | The date the exchange rate goes into effect. | No |
ObjectId | String | The unique ID generated by the system. | No |
Rate | Double | Currency Exchange Rate | No |
WorkspaceId | String | The user-specified identifier for a workspace | No |