interchange-schema-registry
Version:
A Global Schema Registry for Data Interchange formats
134 lines (133 loc) • 5.47 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
-->
<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="partyA" />
<tradeId tradeIdScheme="http://www.swapswire.com/spec/2001/trade-id-1-0">1234</tradeId>
</partyTradeIdentifier>
<partyTradeIdentifier>
<partyReference href="partyB" />
<tradeId tradeIdScheme="http://www.swapswire.com/spec/2001/trade-id-1-0">2345</tradeId>
</partyTradeIdentifier>
<tradeDate>2004-05-17</tradeDate>
</tradeHeader>
<commodityOption>
<buyerPartyReference href="partyA" />
<sellerPartyReference href="partyB" />
<optionType>Call</optionType>
<commodity>
<instrumentId instrumentIdScheme="http://www.partyA.com/instrumentId/commodity-reference-price">NATURAL GAS-HENRY HUB-NYMEX</instrumentId>
<specifiedPrice>Settlement</specifiedPrice>
<deliveryDates>FirstNearby</deliveryDates>
<!-- Attention: There should be a delivery date roll convention specified -->
<!-- PCS: I disagree. I believe there is contractual default of last day fo the contract and one is not specified in the confirmation-->
</commodity>
<effectiveDate>
<adjustableDate>
<unadjustedDate>2004-07-01</unadjustedDate>
<dateAdjustments>
<businessDayConvention>NotApplicable</businessDayConvention>
</dateAdjustments>
</adjustableDate>
</effectiveDate>
<calculationPeriodsSchedule id="CalculationPeriods">
<periodMultiplier>1</periodMultiplier>
<period>M</period>
<balanceOfFirstPeriod>false</balanceOfFirstPeriod>
</calculationPeriodsSchedule>
<pricingDates>
<calculationPeriodsReference href="CalculationPeriods" />
<dayType>ScheduledTradingDay</dayType>
<dayDistribution>Penultimate</dayDistribution>
<businessCalendar>NYMEX-NATURAL-GAS</businessCalendar>
</pricingDates>
<notionalQuantity>
<quantityUnit>MMBTU</quantityUnit>
<quantityFrequency>Term</quantityFrequency>
<quantity>1700000</quantity>
</notionalQuantity>
<totalNotionalQuantity>1700000</totalNotionalQuantity>
<exercise>
<europeanExercise>
<expirationDate>
<adjustableDate>
<unadjustedDate>2004-07-31</unadjustedDate>
<dateAdjustments>
<businessDayConvention>NotApplicable</businessDayConvention>
</dateAdjustments>
</adjustableDate>
</expirationDate>
</europeanExercise>
<automaticExercise>true</automaticExercise>
<writtenConfirmation>false</writtenConfirmation>
<settlementCurrency>USD</settlementCurrency>
<relativePaymentDates>
<payRelativeTo>CalculationPeriodEndDate</payRelativeTo>
<calculationPeriodsScheduleReference href="CalculationPeriods" />
<paymentDaysOffset>
<periodMultiplier>5</periodMultiplier>
<period>D</period>
<dayType>Business</dayType>
<businessDayConvention>NONE</businessDayConvention>
</paymentDaysOffset>
</relativePaymentDates>
</exercise>
<strikePricePerUnit>
<currency>USD</currency>
<amount>2.7</amount>
</strikePricePerUnit>
<premium>
<payerPartyReference href="partyA" />
<receiverPartyReference href="partyB" />
<paymentDate>
<adjustableDate>
<unadjustedDate>2004-05-19</unadjustedDate>
<dateAdjustments>
<businessDayConvention>NotApplicable</businessDayConvention>
</dateAdjustments>
</adjustableDate>
</paymentDate>
<paymentAmount>
<currency>USD</currency>
<amount>350000</amount>
</paymentAmount>
<premiumPerUnit>
<currency>USD</currency>
<amount>0.20588</amount>
</premiumPerUnit>
</premium>
<marketDisruption>
<marketDisruptionEvents>AsSpecifiedInMasterAgreement</marketDisruptionEvents>
<disruptionFallbacks>AsSpecifiedInMasterAgreement</disruptionFallbacks>
</marketDisruption>
</commodityOption>
<documentation>
<masterAgreement>
<masterAgreementType>ISDA</masterAgreementType>
</masterAgreement>
<contractualDefinitions>ISDA2005Commodity</contractualDefinitions>
</documentation>
</trade>
<party id="partyA">
<partyId partyIdScheme="http://www.fpml.org/coding-scheme/external/iso17442">549300KFSLY4U7N3LL12</partyId>
<partyName>Bank</partyName>
</party>
<party id="partyB">
<partyId partyIdScheme="http://www.fpml.org/coding-scheme/external/iso17442">549300AJRHKBLY9GM262</partyId>
<partyName>Energy Co.</partyName>
</party>
</dataDocument>