UNPKG

interchange-schema-registry

Version:

A Global Schema Registry for Data Interchange formats

40 lines (39 loc) 1.61 kB
<?xml version="1.0" encoding="utf-8" ?> <!--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 --> <!-- clearing status - Notifies a party of the clearing status of a trade --> <clearingStatus 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.lch.com/message-id">000456</messageId> <sentBy>LCHLGB2LXXX</sentBy> <sendTo>DEUTDEFFXXX</sendTo> <creationTimestamp>2010-01-04T08:57:00Z</creationTimestamp> </header> <clearingStatusItem> <tradeIdentifier> <partyReference href="clearer" /> <tradeId tradeIdScheme="http://www.lch.com/coding-scheme/clearing-id">CL000123</tradeId> </tradeIdentifier> <clearingStatusValue>Pending</clearingStatusValue> <!-- referencing clearing-status-code scheme --> </clearingStatusItem> <party id="clearer"> <partyId partyIdScheme="http://www.lch.com/coding-scheme/party">LCHLGB2LXXX</partyId> </party> <party id="party1"> <partyId partyIdScheme="http://www.db.com/coding-scheme/party">DEUTDEFFXXX</partyId> </party> </clearingStatus>