interchange-schema-registry
Version:
A Global Schema Registry for Data Interchange formats
150 lines (149 loc) • 6.07 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
-->
<!--5.0:Message type is a Root of the message-->
<!--5.0 Messaging: changed <RequestTradeConfirmation> -><requestConfirmation>-->
<requestConfirmation
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"
>
<header>
<!--FpML 5.0: Removed "conversationId", replaced by "correlationId"-->
<!--<conversationId conversationIdScheme="http://www.msdw.com/conversationId/OTC">OTCCalendarSpread45678</conversationId>-->
<messageId messageIdScheme="http://www.msdw.com/messageId/OTC">OTCCalendarSpread456a789b</messageId>
<sentBy messageAddressScheme="http://www.MsgParty.com/partyId">msdw</sentBy>
<!-- C24 (http://www.c24.biz) Simon Heinrich: Added time zone symbol -->
<creationTimestamp>2000-08-01T08:57:00Z</creationTimestamp>
</header>
<!--5.0 Messaging: added
<correlationId>
<sequenceNumber>
-->
<isCorrection>false</isCorrection>
<correlationId correlationIdScheme="http://www.msdw.com/conversationId/OTC">OTCCalendarSpread45678</correlationId>
<sequenceNumber>1</sequenceNumber>
<trade>
<tradeHeader>
<partyTradeIdentifier>
<partyReference href="party1" />
<tradeId tradeIdScheme="http://www.drkw.com/tradeId/OTC">1234</tradeId>
</partyTradeIdentifier>
<tradeDate id="TradeDate">2001-07-13</tradeDate>
</tradeHeader>
<brokerEquityOption>
<productType>calendarSpread</productType>
<buyerPartyReference href="party2" />
<sellerPartyReference href="party1" />
<optionType>Call</optionType>
<underlyer>
<singleUnderlyer>
<equity>
<instrumentId instrumentIdScheme="http://www.fpml.org/schemes/4.1/instrumentId">STM-FP</instrumentId>
<description>STMicroelectronics N.V. ordinary shares</description>
<exchangeId exchangeIdScheme="http://www.fpml.org/schemes/4.1/exchangeId">XNSE</exchangeId>
</equity>
</singleUnderlyer>
</underlyer>
<equityExercise>
<equityAmericanExercise>
<commencementDate>
<adjustableDate>
<unadjustedDate>2001-07-13</unadjustedDate>
<dateAdjustments>
<businessDayConvention>NONE</businessDayConvention>
</dateAdjustments>
</adjustableDate>
</commencementDate>
<expirationDate>
<adjustableDate>
<unadjustedDate>2002-09-27</unadjustedDate>
<dateAdjustments>
<businessDayConvention>NONE</businessDayConvention>
</dateAdjustments>
</adjustableDate>
</expirationDate>
<latestExerciseTime>
<hourMinuteTime>17:15:00</hourMinuteTime>
<businessCenter>GBLO</businessCenter>
</latestExerciseTime>
<latestExerciseTimeType>SpecificTime</latestExerciseTimeType>
<equityExpirationTimeType>Close</equityExpirationTimeType>
</equityAmericanExercise>
<automaticExercise>true</automaticExercise>
<equityValuation>
<valuationTimeType>Close</valuationTimeType>
</equityValuation>
<settlementCurrency>EUR</settlementCurrency>
<settlementPriceSource>OfficialClose</settlementPriceSource>
<settlementType>Physical</settlementType>
</equityExercise>
<strategyFeature>
<calendarSpread>
<expirationDateTwo>
<adjustableDate>
<unadjustedDate>2003-09-27</unadjustedDate>
<dateAdjustments>
<businessDayConvention>NONE</businessDayConvention>
</dateAdjustments>
</adjustableDate>
</expirationDateTwo>
</calendarSpread>
</strategyFeature>
<strike>
<strikePrice>32</strikePrice>
</strike>
<spotPrice>30</spotPrice>
<numberOfOptions>150000</numberOfOptions>
<equityPremium>
<payerPartyReference href="party2" />
<receiverPartyReference href="party1" />
<paymentAmount>
<currency>EUR</currency>
<!-- CHANGE, modified from 405000 -->
<amount>406000</amount>
</paymentAmount>
<paymentDate>
<unadjustedDate>2001-07-17</unadjustedDate>
<dateAdjustments>
<businessDayConvention>NONE</businessDayConvention>
</dateAdjustments>
</paymentDate>
<pricePerOption>
<currency>EUR</currency>
<amount>2.7</amount>
</pricePerOption>
</equityPremium>
<deltaCrossed>false</deltaCrossed>
<brokerageFee>
<currency>EUR</currency>
<amount>5000</amount>
</brokerageFee>
<brokerNotes>Broker Notes regarding trade</brokerNotes>
</brokerEquityOption>
<calculationAgent>
<calculationAgentPartyReference href="party1" />
</calculationAgent>
<documentation>
<masterAgreement>
<masterAgreementType>ISDA</masterAgreementType>
<masterAgreementVersion>2002</masterAgreementVersion>
</masterAgreement>
<contractualDefinitions>ISDA2002Equity</contractualDefinitions>
</documentation>
<governingLaw>GBEN</governingLaw>
</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>
</requestConfirmation>