SettlementInstructionRequest
FIX Message SettlementInstructionRequest (MsgType=AV)
| MsgType | FIX Specification | First introduced |
|---|---|---|
| MsgType=AV | PostTrade messages - SettlementInstruction | FIX.4.4 |
The Settlement Instruction Request message is used to request standing settlement instructions from another party. This could be:
- A buyside firm requesting standing instructions from a sellside firm.
- A sellside firm requesting standing instructions from a buyside firm.
- A sellside or buyside firm requesting standing instructions from a third party central static data database.
- A third party central static data database requesting standing instructions from a sellside or buyside firm.
Settlement instructions can be requested for any combination of the following parameters (in addition to the party whose instructions are being requested):
- Country (of settlement)
- SecurityType (and/or CFI code)
- SettlDeliveryType (i.e. DVP vs. FOP)
- EffectiveTime (i.e. all instructions valid at any time from this date/time)
- Expiry Time (i.e. all instructions valid until this date/time)
- Last update time (i.e. all instructions created or updated since this date/time)
Alternatively, settlement instructions can be queried by reference to a database of standing instructions using the identifiers of that database as follows:
- Database id
- Database name
- Id of the settlement instructions on this database
The response to such a request should be a Settlement Instruction message with SettlInstTransType "New" containing all SSIs meeting the criteria specified in the Settlement Instruction request. If the request cannot be processed, the request should be rejected with a Settlement Instruction message with SettlInstTransType "Request rejected". Similarly, if the request returns no data, the request should be rejected with a Settlement Instruction message with SettlInstTransType "No matching data found".
Message Contents By FIX Version
Notes
Please post comments, clarifications, examples here. Click on the edit button on the right and away you go!
Don't forget to refer to the FPL Discussion Groups to back up anything you write. You will often find the authoritative statements on matters of FIX specification interpretation there. Links from FIXwiki pages to relevant discussions on the FPL site are very valuable.
For example if you were writing a clarification on how to specify the "quantity" of an order in FIX, you might add the following relevant link, http://www.fixprotocol.org/discuss/read/f5014573, to back up your points.