ExchangeRate Data Type

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

Example

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