interchange-schema-registry
Version:
A Global Schema Registry for Data Interchange formats
45 lines (44 loc) • 1.78 kB
text/xml
<!--View is confirmation-->
<!--Version is 5-10-->
<!--NS is http://www.fpml.org/FpML-5/confirmation-->
<!--
== Copyright (c) 2014-2018 All rights reserved.
== Financial Products Markup Language is subject to the FpML public license.
== A copy of this license is available at http://www.fpml.org/license/license.html
-->
<!--
request approval for a trade to be done
-->
<approvalStatusNotification
xmlns="http://www.fpml.org/FpML-5/confirmation"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
fpmlVersion="5-10"
xsi:schemaLocation="http://www.fpml.org/FpML-5/confirmation ../../fpml-main-5-10.xsd http://www.w3.org/2000/09/xmldsig# ../../xmldsig-core-schema.xsd"
>
<header>
<messageId messageIdScheme="http://www.party2.com/message-id">123453212</messageId>
<sentBy>PARTY2US33</sentBy>
<creationTimestamp>2002-12-03T09:57:00Z</creationTimestamp>
</header>
<correlationId correlationIdScheme="http://www.party2.com/correlation-id">18671867</correlationId>
<sequenceNumber>1</sequenceNumber>
<tradeIdentifier>
<partyReference href="party1" />
<tradeId tradeIdScheme="http://www.hsbc.com/swaps/trade-id">MB87623</tradeId>
</tradeIdentifier>
<approvals>
<approval>
<type>Credit</type>
<status>Approved</status>
<approvingPartyReference href="party1" />
<approvalId>123</approvalId>
</approval>
</approvals>
<party id="party1">
<partyId partyIdScheme="http://www.fpml.org/coding-scheme/external/iso17442">TR24TWEY5RVRQV65HD49</partyId>
</party>
<party id="party2">
<partyId partyIdScheme="http://www.fpml.org/coding-scheme/external/iso17442">BFXS5XCH7N0Y05NIXW11</partyId>
</party>
</approvalStatusNotification>