A 3 letter currency identifier as defined in ISO 4217 (seeĀ https://en.wikipedia.org/wiki/ISO_4217).
Code Block |
---|
language | xml |
---|
title | PresentationML |
---|
|
<div class="PresentationML" data-version-id="2.0">
<div class="entity" data-entity-id="gbpusd">
<b>Cable: 1.47</b>
</div>
</div>
|
Code Block |
---|
language | js |
---|
title | EntityJSON |
---|
|
{
"gbp":
{
"type": "com.example.quote",
"version": "0.1",
"buy":
[
{
"type": "org.symphonyoss.fin.ccy.id.iso4217",
"value": "GBP"
}
],
"sell":
[
{
"type": "org.symphonyoss.fin.ccy.id.iso4217",
"value": "USD"
}
],
"rate": 1.47
}
}
|