interchange-schema-registry
Version:
A Global Schema Registry for Data Interchange formats
121 lines (120 loc) • 5.39 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-->
<!--5.0:Message type is a Root of the message-->
<!--5.0 Messaging: changed <requestTradeConfirmation> -><requestConfirmation>-->
<requestConfirmation
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>
<!-- unique message id -->
<messageId messageIdScheme="http://www.partyA.com/coding-scheme/message-id">234233423420</messageId>
<!-- identify the sender of this message -->
<sentBy messageAddressScheme="http://www.partyA.com/coding-scheme/party-id">23902</sentBy>
<creationTimestamp>2007-05-02T08:57:00-00:00</creationTimestamp>
</header>
<!--5.0 Messaging: added
<isCorrection>
<correlationId>
<sequenceNumber>
-->
<isCorrection>false</isCorrection>
<correlationId correlationIdScheme="http://www.example.com/conversationId">PA/2007/05/02/234234923415</correlationId>
<sequenceNumber>1</sequenceNumber>
<trade>
<!-- Variance Swap Index Example -->
<tradeHeader>
<partyTradeIdentifier>
<partyReference href="party1" />
<tradeId tradeIdScheme="http://www.partyA.com/coding-scheme/trade-id">6234</tradeId>
</partyTradeIdentifier>
<partyTradeIdentifier>
<partyReference href="party2" />
<tradeId tradeIdScheme="http://www.partyB.com/coding-scheme/trade-id">6569</tradeId>
</partyTradeIdentifier>
<tradeDate id="d989">2001-09-24</tradeDate>
</tradeHeader>
<!-- use distinct product type rather than deprecated variance leg within return swap -->
<varianceSwap>
<varianceLeg>
<payerPartyReference href="party1" />
<receiverPartyReference href="party2" />
<underlyer>
<singleUnderlyer>
<index>
<instrumentId instrumentIdScheme="http://www.fpml.org/schemes/4.1/instrumentId">.SP500</instrumentId>
<description>SP 500 Index</description>
<currency>USD</currency>
<exchangeId exchangeIdScheme="http://www.fpml.org/schemes/4.1/exchangeId">XNYS</exchangeId>
<relatedExchangeId exchangeIdScheme="http://www.fpml.org/schemes/4.1/exchangeId">XCBO</relatedExchangeId>
</index>
</singleUnderlyer>
</underlyer>
<settlementType>Cash</settlementType>
<valuation>
<valuationDate id="FinalValuationDate">
<adjustableDate>
<unadjustedDate>2004-07-21</unadjustedDate>
<dateAdjustments>
<businessDayConvention>NotApplicable</businessDayConvention>
</dateAdjustments>
</adjustableDate>
</valuationDate>
<futuresPriceValuation>true</futuresPriceValuation>
</valuation>
<amount>
<variance>
<closingLevel>true</closingLevel>
<varianceAmount>
<currency>USD</currency>
<amount>350000</amount>
</varianceAmount>
<varianceStrikePrice>950</varianceStrikePrice>
<exchangeTradedContractNearest>
<instrumentId instrumentIdScheme="http://www.fpml.org/schemes/4.1/instrumentId">.SP500</instrumentId>
<description>SP 500 INDEX</description>
<currency>USD</currency>
<exchangeId exchangeIdScheme="http://www.fpml.org/schemes/4.1/exchangeId">XNYS</exchangeId>
<relatedExchangeId exchangeIdScheme="http://www.fpml.org/schemes/4.1/exchangeId">XCBO</relatedExchangeId>
<contractReference>CBOE SEP04 SP500 FUTURE</contractReference>
<expirationDate>
<adjustableDate>
<unadjustedDate>2004-09-23</unadjustedDate>
<dateAdjustments>
<businessDayConvention>NONE</businessDayConvention>
</dateAdjustments>
</adjustableDate>
</expirationDate>
</exchangeTradedContractNearest>
</variance>
</amount>
</varianceLeg>
</varianceSwap>
<calculationAgent>
<calculationAgentPartyReference href="party1" />
</calculationAgent>
<documentation>
<masterAgreement>
<masterAgreementType>ISDA</masterAgreementType>
<masterAgreementVersion>2002</masterAgreementVersion>
</masterAgreement>
<contractualDefinitions>ISDA2000</contractualDefinitions>
<contractualDefinitions>ISDA2002Equity</contractualDefinitions>
</documentation>
<governingLaw>GBEN</governingLaw>
</trade>
<party id="party1">
<partyId partyIdScheme="http://www.fpml.org/coding-scheme/dummy-party-id">Party A</partyId>
</party>
<party id="party2">
<partyId partyIdScheme="http://www.fpml.org/coding-scheme/dummy-party-id">Party B</partyId>
</party>
</requestConfirmation>