interchange-schema-registry
Version:
A Global Schema Registry for Data Interchange formats
105 lines (104 loc) • 3.8 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.party1.com/swaps/trade-id">Party19235</tradeId>
</partyTradeIdentifier>
<partyTradeIdentifier>
<partyReference href="Party2" />
<tradeId tradeIdScheme="http://www.party2.com/swaps/trade-id">Party22000</tradeId>
</partyTradeIdentifier>
<tradeDate>2014-11-20</tradeDate>
</tradeHeader>
<repo>
<fixedRateSchedule>
<initialValue>0.1105</initialValue>
</fixedRateSchedule>
<dayCountFraction>ACT/ACT.ICMA</dayCountFraction>
<duration>Term</duration>
<initialMargin>
<marginType>Cash</marginType>
<margin>
<haircut>0.12</haircut>
</margin>
</initialMargin>
<nearLeg>
<buyerPartyReference href="Party1" />
<sellerPartyReference href="Party2" />
<settlementDate>
<adjustableDate>
<unadjustedDate>2014-11-20</unadjustedDate>
<dateAdjustments>
<businessDayConvention>NONE</businessDayConvention>
</dateAdjustments>
</adjustableDate>
</settlementDate>
<settlementAmount>
<currency>RUB</currency>
<amount>444176424.53</amount>
</settlementAmount>
<deliveryMethod>DeliveryVersusPayment</deliveryMethod>
<collateral>
<nominalAmount>
<currency>CHF</currency>
<amount>10500000</amount>
</nominalAmount>
<cleanPrice>97.22</cleanPrice>
<assetReference href="XYZ" />
</collateral>
</nearLeg>
<farLeg id="forwardLeg">
<buyerPartyReference href="Party2" />
<sellerPartyReference href="Party1" />
<settlementDate>
<adjustableDate>
<unadjustedDate>2014-11-27</unadjustedDate>
<dateAdjustments>
<businessDayConvention>NONE</businessDayConvention>
</dateAdjustments>
</adjustableDate>
</settlementDate>
<settlementAmount>
<currency>RUB</currency>
<amount>445117713.45</amount>
</settlementAmount>
<deliveryMethod>DeliveryVersusPayment</deliveryMethod>
<collateral>
<nominalAmount>
<currency>CHF</currency>
<amount>10500000</amount>
</nominalAmount>
<cleanPrice>97.22</cleanPrice>
<assetReference href="XYZ" />
</collateral>
</farLeg>
<bond id="XYZ">
<instrumentId instrumentIdScheme="http://www.fpml.org/coding-scheme/external/instrument-id-ISIN-1-0">CH</instrumentId>
<description>PLC</description>
<currency>CHF</currency>
<maturity>2015-08-05</maturity>
</bond>
</repo>
</trade>
<party id="Party1">
<partyId partyIdScheme="http://www.fpml.org/coding-scheme/dummy-party-id">Party 1</partyId>
</party>
<party id="Party2">
<partyId partyIdScheme="http://www.fpml.org/coding-scheme/dummy-party-id">Party 2</partyId>
</party>
</dataDocument>