UNPKG

interchange-schema-registry

Version:

A Global Schema Registry for Data Interchange formats

108 lines (107 loc) 3.97 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 --> <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-19</tradeDate> </tradeHeader> <repo> <floatingRateCalculation> <floatingRateIndex>USD-LIBOR-BBA-Bloomberg</floatingRateIndex> <indexTenor> <periodMultiplier>1</periodMultiplier> <period>M</period> </indexTenor> <spreadSchedule> <initialValue>0.0050</initialValue> </spreadSchedule> </floatingRateCalculation> <dayCountFraction>ACT/360</dayCountFraction> <duration>Term</duration> <initialMargin> <marginType>Cash</marginType> <margin> <marginRatio>1.2152</marginRatio> </margin> </initialMargin> <nearLeg> <buyerPartyReference href="Party1" /> <sellerPartyReference href="Party2" /> <settlementDate> <adjustableDate> <unadjustedDate>2012-11-27</unadjustedDate> <dateAdjustments> <businessDayConvention>NONE</businessDayConvention> </dateAdjustments> </adjustableDate> </settlementDate> <settlementAmount> <currency>USD</currency> <amount>4000000</amount> </settlementAmount> <deliveryMethod>DeliveryVersusPayment</deliveryMethod> <collateral> <nominalAmount> <currency>RUB</currency> <amount>150000000</amount> </nominalAmount> <dirtyPrice>1.00886</dirtyPrice> <assetReference href="KLM" /> </collateral> </nearLeg> <farLeg id="forwardLeg"> <buyerPartyReference href="Party2" /> <sellerPartyReference href="Party1" /> <settlementDate> <adjustableDate> <unadjustedDate>2013-02-27</unadjustedDate> <dateAdjustments> <businessDayConvention>NONE</businessDayConvention> </dateAdjustments> </adjustableDate> </settlementDate> <settlementCurrency>USD</settlementCurrency> <deliveryMethod>DeliveryVersusPayment</deliveryMethod> <collateral> <nominalAmount> <currency>RUB</currency> <amount>150000000</amount> </nominalAmount> <dirtyPrice>1.00886</dirtyPrice> <assetReference href="KLM" /> </collateral> </farLeg> <bond id="KLM"> <instrumentId instrumentIdScheme="http://www.fpml.org/coding-scheme/external/instrument-id-ISIN-1-0">KLM</instrumentId> <description>RUB KLM Corp Bond, ISIN: RU…</description> <currency>USD</currency> </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>