ExchangeRate Data Type

Implemented Interfaces
Serializable
Properties
name data type description
transient boolean
auditableFields array of AuditableFieldHistory
fromDate number
notified boolean
tradingCurrency TradingCurrency
disabled boolean
currentRate boolean
auditable Auditable
version number
exchangeRate number
id number
historized boolean
active boolean

Example

{
  "transient" : true,
  "auditableFields" : [ {
    "historable" : true,
    "fieldName" : "...",
    "currentState" : { },
    "notified" : true,
    "notfiable" : true,
    "previousState" : { },
    "auditType" : "STATUS",
    "historized" : true
  }, {
    "historable" : true,
    "fieldName" : "...",
    "currentState" : { },
    "notified" : true,
    "notfiable" : true,
    "previousState" : { },
    "auditType" : "RENEWAL",
    "historized" : true
  } ],
  "fromDate" : 12345,
  "notified" : true,
  "tradingCurrency" : {
    "currentRate" : 12345.0,
    "disabled" : true,
    "currency" : {
      "historized" : true,
      "notified" : true,
      "auditable" : { },
      "symbol" : "...",
      "systemCurrency" : true,
      "currencyCode" : "...",
      "descriptionEn" : "...",
      "description" : "...",
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "transient" : true,
      "auditableFields" : [ { }, { } ],
      "id" : 12345,
      "version" : 12345
    },
    "auditable" : {
      "updater" : "...",
      "updated" : 12345,
      "creator" : "...",
      "lastUser" : "...",
      "created" : 12345,
      "lastModified" : 12345
    },
    "prCurrencyToThis" : 12345.0,
    "version" : 12345,
    "currentRateFromDate" : 12345,
    "active" : true,
    "id" : 12345,
    "historized" : true,
    "currentRateUpdater" : "...",
    "auditableFields" : [ {
      "historable" : true,
      "fieldName" : "...",
      "currentState" : { },
      "notified" : true,
      "notfiable" : true,
      "previousState" : { },
      "auditType" : "RENEWAL",
      "historized" : true
    }, {
      "historable" : true,
      "fieldName" : "...",
      "currentState" : { },
      "notified" : true,
      "notfiable" : true,
      "previousState" : { },
      "auditType" : "OTHER",
      "historized" : true
    } ],
    "decimalPlaces" : 12345,
    "transient" : true,
    "currencyCode" : "...",
    "exchangeRates" : [ {
      "transient" : true,
      "auditableFields" : [ { }, { } ],
      "fromDate" : 12345,
      "notified" : true,
      "tradingCurrency" : { },
      "disabled" : true,
      "currentRate" : true,
      "auditable" : { },
      "version" : 12345,
      "exchangeRate" : 12345.0,
      "id" : 12345,
      "historized" : true,
      "active" : true
    }, {
      "transient" : true,
      "auditableFields" : [ { }, { } ],
      "fromDate" : 12345,
      "notified" : true,
      "tradingCurrency" : { },
      "disabled" : true,
      "currentRate" : true,
      "auditable" : { },
      "version" : 12345,
      "exchangeRate" : 12345.0,
      "id" : 12345,
      "historized" : true,
      "active" : true
    } ],
    "symbol" : "...",
    "notified" : true,
    "prDescription" : "..."
  },
  "disabled" : true,
  "currentRate" : true,
  "auditable" : {
    "updater" : "...",
    "updated" : 12345,
    "creator" : "...",
    "lastUser" : "...",
    "created" : 12345,
    "lastModified" : 12345
  },
  "version" : 12345,
  "exchangeRate" : 12345.0,
  "id" : 12345,
  "historized" : true,
  "active" : true
}