UNPKG

interchange-schema-registry

Version:

A Global Schema Registry for Data Interchange formats

178 lines (177 loc) 6.94 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 --> <!-- see template: fx-ex55-fx-(accrual)-average-strike-option.docx. Note: the template does not cover accrualProcess --> <executionNotification 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> <messageId messageIdScheme="http://www.executionnotificationservice.com/coding-scheme/messageId">FX456a789b</messageId> <sentBy messageAddressScheme="http://www.executionnotificationservice.com/partyId">EXECSRV</sentBy> <sendTo messageAddressScheme="http://www.executionnotificationservice.com/partyId">PARTYA</sendTo> <creationTimestamp>2014-06-24T08:57:00Z</creationTimestamp> </header> <isCorrection>false</isCorrection> <trade> <tradeHeader> <partyTradeIdentifier> <partyReference href="partyA" /> <tradeId tradeIdScheme="#partyA">12345</tradeId> </partyTradeIdentifier> <tradeDate>2005-10-03</tradeDate> </tradeHeader> <fxAccrualOption> <productType productTypeScheme="http://www.fpml.org/coding-scheme/product-type-simple">FxAccrualOption</productType> <buyerPartyReference href="partyB" /> <sellerPartyReference href="partyA" /> <!--Quoted currency pair - informs you of what the value of the underlying payment and what the number in the strike means.--> <putCurrency>JPY</putCurrency> <callCurrency>GBP</callCurrency> <notionalAmount> <initialValue>4000000.00</initialValue> <currency>GBP</currency> </notionalAmount> <accrual> <!--Describes accrual process --> <observable id="ob1"> <quotedCurrencyPair> <!--what it is you are measuring. --> <currency1>USD</currency1> <currency2>JPY</currency2> <quoteBasis>Currency2PerCurrency1</quoteBasis> </quotedCurrencyPair> <informationSource> <!--Describes the source the accrual event based on--> <rateSource>Reuters</rateSource> <rateSourcePage>BTMFIX</rateSourcePage> <fixingTime> <hourMinuteTime>15:00:00</hourMinuteTime> <businessCenter>JPTO</businessCenter> </fixingTime> </informationSource> </observable> <accrualRegion> <observableReference href="ob1" /> <upperBound> <condition>Below</condition> <averageStrikeReference href="averageStrike" /> </upperBound> <accrualFactor> <initialValue>2</initialValue> </accrualFactor> </accrualRegion> <accrualRegion> <observableReference href="ob1" /> <lowerBound> <condition>AtOrAbove</condition> <averageStrikeReference href="averageStrike" /> </lowerBound> <upperBound> <condition>Below</condition> <level> <initialValue>120.00</initialValue> </level> </upperBound> </accrualRegion> <fixingSchedule> <!--the dates when you are mesuaring--> <startDate>2005-10-03</startDate> <endDate>2005-10-31</endDate> <dayType>Business</dayType> <businessCenters> <businessCenter>JPTO</businessCenter> </businessCenters> <numberOfFixings>20</numberOfFixings> </fixingSchedule> </accrual> <expiryDate> <adjustedDate>2005-10-31</adjustedDate> <expiryTime> <hourMinuteTime>15:00:00</hourMinuteTime> <businessCenter>JPTO</businessCenter> </expiryTime> </expiryDate> <settlementDate> <dateAdjustments> <!--optional component--> <businessDayConvention>FOLLOWING</businessDayConvention> <businessCenters> <businessCenter>JPTO</businessCenter> <businessCenter>GBLO</businessCenter> </businessCenters> </dateAdjustments> <adjustedDate>2005-11-02</adjustedDate> </settlementDate> <averageStrike id="averageStrike"> <!--what the rate we are observing and --> <quotedCurrencyPair> <!--what it is you are measuring. --> <currency1>USD</currency1> <currency2>JPY</currency2> <quoteBasis>Currency2PerCurrency1</quoteBasis> </quotedCurrencyPair> <informationSource> <!--Describes the source the observation is based on--> <rateSource>Reuters</rateSource> <rateSourcePage>BTMFIX</rateSourcePage> <fixingTime> <hourMinuteTime>15:00:00</hourMinuteTime> <businessCenter>JPTO</businessCenter> </fixingTime> </informationSource> <fixingSchedule> <!--the dates when you are measuring--> <startDate>2005-10-03</startDate> <endDate>2005-10-31</endDate> <dayType>Business</dayType> <businessCenters> <businessCenter>JPTO</businessCenter> </businessCenters> </fixingSchedule> <averagingMethod>Arithmetic</averagingMethod> <precision>4</precision> <strikeAdjustment>-0.44</strikeAdjustment> </averageStrike> <!-- ### Average Strike ### --> <!--counterCurrencyAmount/amount is optional. A JPY amount determined as follows: Reference Currency Notional Amount * (Average Strike Forward + Strike Adjustment) --> <premium> <payerPartyReference href="partyB" /> <receiverPartyReference href="partyA" /> <paymentDate> <adjustableDate> <unadjustedDate>2005-10-05</unadjustedDate> <dateAdjustments> <businessDayConvention>NONE</businessDayConvention> </dateAdjustments> </adjustableDate> </paymentDate> <paymentAmount> <currency>JPY</currency> <amount>40000000</amount> </paymentAmount> </premium> </fxAccrualOption> <calculationAgent> <calculationAgentPartyReference href="partyA" /> </calculationAgent> <governingLaw>GBEN</governingLaw> </trade> <party id="partyA"> <partyId partyIdScheme="http://www.fpml.org/coding-scheme/external/iso17442">549300SRLRVTR996F086</partyId> </party> <party id="partyB"> <partyId partyIdScheme="http://www.fpml.org/coding-scheme/external/iso17442">549300RE0FSXJE8G1L65</partyId> </party> </executionNotification>