UNPKG

interchange-schema-registry

Version:

A Global Schema Registry for Data Interchange formats

79 lines (78 loc) 2.95 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> <fixedRateSchedule> <initialValue>0.85</initialValue> </fixedRateSchedule> <dayCountFraction>ACT/ACT.ICMA</dayCountFraction> <callingParty>AsDefinedInMasterAgreement</callingParty> <initialMargin> <marginType>Cash</marginType> <margin> <marginRatio>1.25</marginRatio> </margin> </initialMargin> <nearLeg> <buyerPartyReference href="Party1" /> <sellerPartyReference href="Party2" /> <settlementDate> <adjustableDate> <unadjustedDate>2014-11-03</unadjustedDate> <dateAdjustments> <businessDayConvention>NONE</businessDayConvention> </dateAdjustments> </adjustableDate> </settlementDate> <settlementAmount> <currency>USD</currency> <amount>782855.55</amount> </settlementAmount> <deliveryMethod>DeliveryVersusPayment</deliveryMethod> <collateral> <nominalAmount> <currency>USD</currency> <amount>1000000</amount> </nominalAmount> <cleanPrice>97.8569437</cleanPrice> <accruals>9.250000</accruals> <dirtyPrice>107.1069437</dirtyPrice> <assetReference href="XSJKL" /> </collateral> </nearLeg> <bond id="XSJKL"> <instrumentId instrumentIdScheme="http://www.fpml.org/coding-scheme/external/instrument-id-ISIN-1-0">JKL Corp Bond</instrumentId> </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>