org.symphonyoss.fin.rfq.status.bond [E]

org.symphonyoss.fin.rfq.status.bond [E]

An entity representing a response to a specific RFQ (request for quote) for a bond.

Example

 

PresentationML
<div class="PresentationML" data-version="2.0"> <div class="entity" data-entity-id="12345"> RFQ <b>12345</b> </div> </div>

 

EntityJSON
"121345": { "type": "org.symphonyoss.fin.rfq.status.bond", "version": "0.1", "id": [ { "portware": [ { "type": "com.factset.portware.ticket.id", "value": 123456789 } ] } ], "status": { "type": "org.symphonyoss.string", "value": "quote_accepted" }, "description": { "type": "org.symphonyoss.string", "value": "IBM 1.25 02/08/2018" }, "message": { "type": "org.symphonyoss.string", "value": "Quote accepted for trading" } }