interchange-schema-registry
Version:
A Global Schema Registry for Data Interchange formats
103 lines (102 loc) • 4.17 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
-->
<dataDocument
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"
>
<trade>
<tradeHeader>
<partyTradeIdentifier>
<partyReference href="party1" />
<tradeId tradeIdScheme="http://www.newbank.com/trade-id">CDX1234</tradeId>
</partyTradeIdentifier>
<partyTradeIdentifier>
<partyReference href="party2" />
<tradeId tradeIdScheme="http://www.massivebank.com/trade-id">1234A6</tradeId>
</partyTradeIdentifier>
<tradeDate>2005-01-24</tradeDate>
</tradeHeader>
<creditDefaultSwap>
<generalTerms>
<effectiveDate>
<unadjustedDate>2014-03-23</unadjustedDate>
</effectiveDate>
<scheduledTerminationDate>
<unadjustedDate>2019-03-20</unadjustedDate>
</scheduledTerminationDate>
<buyerPartyReference href="party2" />
<sellerPartyReference href="party1" />
<indexReferenceInformation>
<indexName>iBoxx EUR Corporates</indexName>
<indexId indexIdScheme="http://www.fpml.org/spec/2002/instrument-id-ISIN">DE0006301161</indexId>
</indexReferenceInformation>
</generalTerms>
<feeLeg>
<initialPayment>
<payerPartyReference href="party1" />
<receiverPartyReference href="party2" />
<paymentAmount>
<currency>USD</currency>
<amount>16000</amount>
</paymentAmount>
</initialPayment>
<periodicPayment>
<floatingAmountCalculation>
<!-- iBoxx Initial Fixing Amount -->
<calculationAmount>
<currency>USD</currency>
<amount>1000000</amount>
</calculationAmount>
<floatingRate>
<!-- Rate Source -->
<floatingRateIndex floatingRateIndexScheme="http://www.fpml.org/coding-scheme/floating-rate-index">USD-LIBOR-BBA</floatingRateIndex>
<!-- Spread for iBoxx -->
<spreadSchedule>
<initialValue>0.02</initialValue>
</spreadSchedule>
<!-- Floating rate for initial calculation period -->
<initialRate>0.025</initialRate>
</floatingRate>
<initialFixingDate>2014-03-23</initialFixingDate>
<finalFixingDate>
<unadjustedDate>2019-03-20</unadjustedDate>
<dateAdjustments>
<businessDayConvention>NotApplicable</businessDayConvention>
</dateAdjustments>
</finalFixingDate>
</floatingAmountCalculation>
</periodicPayment>
</feeLeg>
<protectionTerms>
<calculationAmount>
<currency>USD</currency>
<amount>25000000</amount>
</calculationAmount>
</protectionTerms>
</creditDefaultSwap>
<documentation>
<masterConfirmation>
<masterConfirmationType>iBoxx</masterConfirmationType>
<masterConfirmationDate>2004-10-18</masterConfirmationDate>
</masterConfirmation>
<contractualDefinitions contractualDefinitionsScheme="http://www.fpml.org/coding-scheme/contractual-definitions">ISDA2006</contractualDefinitions>
</documentation>
</trade>
<party id="party1">
<partyId partyIdScheme="http://www.fpml.org/coding-scheme/external/iso17442">HPFHU0OQ28E4N0NFVK49</partyId>
<partyName>New Bank, New York</partyName>
</party>
<party id="party2">
<partyId partyIdScheme="http://www.fpml.org/coding-scheme/external/iso17442">254900O1WT2BXINL9612</partyId>
<partyName>Massive Bank, New York</partyName>
</party>
</dataDocument>