ExchangeRate Data Type

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

Example

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