UNPKG

interchange-schema-registry

Version:

A Global Schema Registry for Data Interchange formats

126 lines (125 loc) 5.13 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 --> <!--5.0:Message type is a Root of the message--> <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.example.com/trade-id-1-0">2</tradeId> </partyTradeIdentifier> <partyTradeIdentifier> <partyReference href="party2" /> <tradeId tradeIdScheme="http://www.example.com/trade-id-1-0">2</tradeId> </partyTradeIdentifier> <tradeDate>2006-02-09</tradeDate> </tradeHeader> <equityOptionTransactionSupplement> <buyerPartyReference href="party1" /> <sellerPartyReference href="party2" /> <optionType>Call</optionType> <underlyer> <singleUnderlyer> <index> <instrumentId instrumentIdScheme="http://www.fpml.org/spec/2003/instrument-id-Reuters-RIC-1-0">.KS50</instrumentId> <description>KOREA SE KOSPI 50 INDEX</description> <exchangeId exchangeIdScheme="http://www.fpml.org/spec/2002/exchange-id-REC-1-0">KSC</exchangeId> <relatedExchangeId exchangeIdScheme="http://www.fpml.org/spec/2002/exchange-id-REC-1-0">All Exchanges</relatedExchangeId> </index> </singleUnderlyer> </underlyer> <equityExercise> <equityAmericanExercise> <commencementDate> <adjustableDate> <unadjustedDate>2006-02-09</unadjustedDate> <dateAdjustments> <businessDayConvention>NotApplicable</businessDayConvention> </dateAdjustments> </adjustableDate> </commencementDate> <expirationDate> <adjustableDate> <unadjustedDate>2006-09-18</unadjustedDate> <dateAdjustments> <businessDayConvention>NotApplicable</businessDayConvention> </dateAdjustments> </adjustableDate> </expirationDate> <equityExpirationTimeType>AsSpecifiedInMasterConfirmation</equityExpirationTimeType> <equityMultipleExercise> <integralMultipleExercise>2</integralMultipleExercise> <minimumNumberOfOptions>1</minimumNumberOfOptions> <maximumNumberOfOptions>1000000</maximumNumberOfOptions> </equityMultipleExercise> </equityAmericanExercise> <automaticExercise>true</automaticExercise> <equityValuation id="valuationDate"> <futuresPriceValuation>true</futuresPriceValuation> </equityValuation> <settlementDate> <relativeDate> <periodMultiplier>2</periodMultiplier> <period>D</period> <dayType>CurrencyBusiness</dayType> <businessDayConvention>NotApplicable</businessDayConvention> <dateRelativeTo href="valuationDate" /> </relativeDate> </settlementDate> <settlementCurrency>USD</settlementCurrency> <settlementType>Cash</settlementType> </equityExercise> <fxFeature> <referenceCurrency>KRW</referenceCurrency> <quanto /> </fxFeature> <strike> <strikePrice>1325.0</strikePrice> </strike> <numberOfOptions>1000000.0</numberOfOptions> <equityPremium> <payerPartyReference href="party1" /> <receiverPartyReference href="party2" /> <paymentAmount> <currency>USD</currency> <amount>750000</amount> </paymentAmount> <paymentDate> <unadjustedDate>2006-09-20</unadjustedDate> <dateAdjustments> <businessDayConvention>NotApplicable</businessDayConvention> </dateAdjustments> </paymentDate> <pricePerOption> <currency>USD</currency> <amount>0.75</amount> </pricePerOption> </equityPremium> <multiplier>1</multiplier> </equityOptionTransactionSupplement> <documentation> <masterConfirmation> <masterConfirmationType>ISDA2005EquityAsiaExcludingJapanInterdealer</masterConfirmationType> <masterConfirmationDate>2006-01-20</masterConfirmationDate> </masterConfirmation> </documentation> </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> </dataDocument>