fpml:settlementInstruction
An explicit specification of how a currency payment is to be made, when the payment is not netted and the route is other than the recipient's standard settlement instruction.
Element information
Namespace: http://www.fpml.org/FpML-5/confirmation
Schema document: fpml-shared-5-5.xsd
Type: fpml:SettlementInstruction
Properties: Local, Qualified
Content
- Sequence [1..1]
- fpml:settlementMethod [0..1] The mechanism by which settlement is to be made. The scheme of domain values will include standard mechanisms such as CLS, Fedwire, Chips ABA, Chips UID, SWIFT, CHAPS and DDA.
- fpml:correspondentInformation [0..1] The information required to identify the correspondent bank that will make delivery of the funds on the paying bank's behalf in the country where the payment is to be made
- fpml:intermediaryInformation [0..*] Information to identify an intermediary through which payment will be made by the correspondent bank to the ultimate beneficiary of the funds.
- fpml:beneficiaryBank [0..1] The bank that acts for the ultimate beneficiary of the funds in receiving payments.
- fpml:beneficiary [1..1] The ultimate beneficiary of the funds. The beneficiary can be identified either by an account at the beneficiaryBank (qv) or by explicit routingInformation. This element provides for the latter.
- fpml:depositoryPartyReference [0..1] Reference to the depository of the settlement.
- fpml:splitSettlement [0..*] The set of individual payments that are to be made when a currency payment settling a trade needs to be split between a number of ultimate beneficiaries. Each split payment may need to have its own routing information.
Attributes
None
Used in
Sample instance
<settlementInstruction> <settlementMethod>SWIFT</settlementMethod> <correspondentInformation> <routingIds> <routingId routingIdCodeScheme="http://www.fpml.org/coding-scheme/external/iso9362">UBSWGB2L</routingId> </routingIds> </correspondentInformation> <beneficiaryBank> <routingIds> <routingId routingIdCodeScheme="http://www.fpml.org/coding-scheme/external/iso9362">CITIGB2L</routingId> </routingIds> </beneficiaryBank> <beneficiary> <routingIds> <routingId routingIdCodeScheme="http://www.fpml.org/coding-scheme/external/iso9362">CITIUS33</routingId> </routingIds> </beneficiary> </settlementInstruction>