ExchangeRate Data Type

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

Example

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