Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

An entity representing an RFQ (request for quote)

Example

 

PresentationML
<div class="PresentationML" data-version-id="2.0">
    <div class="entity" data-entity-id="12345">
        RFQ <b>12345</b>
    </div>
</div>
EntityJSON
"121345":
{
	"type": 	”org.symphonyoss.fin.rfq”,
	"version":	"0.2",
	"id":
	[
		{
			"type":		”org.symphonyoss.fin.rfq.id”,
			"value":	”12345”
		}
	],
	"security":
	[
		{
			"type":		”org.symphonyoss.fin.security.id.isin”,
			"value":	”12345”
		}
	],
	"settlement_currency":
	[
		{
			"type":		”org.symphonyoss.fin.ccy”,
			"value":	”USD”
		}
	]
}
  • No labels