UNPKG

interchange-schema-registry

Version:

A Global Schema Registry for Data Interchange formats

55 lines (54 loc) 2.2 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 --> <!-- De-clear example: Message created by matching two unilateral trade side requests to de-clear or terminate. Sent to CCP on behalf of the two original trade counterparties. --> <requestClearing 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>MATCHERXXX</sentBy> <sendTo>LCHLGB2LXXX</sendTo> <creationTimestamp>2010-11-04T08:57:00Z</creationTimestamp> <implementationSpecification> <name>LCH Message Spec</name> <version implementationSpecificationVersionScheme="http://lch.com/msg-specs">2.1</version> <date>2011-06-11</date> </implementationSpecification> </header> <isCorrection>false</isCorrection> <correlationId correlationIdScheme="#clearer">M00000001</correlationId> <sequenceNumber>1</sequenceNumber> <onBehalfOf> <partyReference href="party1" /> </onBehalfOf> <deClear> <tradeIdentifier> <partyReference href="clearer" /> <tradeId tradeIdScheme="http://www.lch.com/coding-scheme/clearing-id">CL000001</tradeId> </tradeIdentifier> <effectiveDate>2010-11-06</effectiveDate> </deClear> <party id="clearer"> <partyId partyIdScheme="http://www.lch.com/coding-scheme/party">LCH</partyId> </party> <party id="party1"> <partyId partyIdScheme="http://www.rbs.com/coding-scheme/party">RBS</partyId> </party> <party id="party2"> <partyId partyIdScheme="http://www.hsbc.com/coding-scheme/party">HSBC</partyId> </party> </requestClearing>