interchange-schema-registry
Version:
A Global Schema Registry for Data Interchange formats
142 lines (141 loc) • 5.69 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.PartyA.com/com-trade-id">123456</tradeId>
</partyTradeIdentifier>
<tradeDate id="tradeDate">2012-06-04</tradeDate>
</tradeHeader>
<commoditySwaption>
<primaryAssetClass>Commodity</primaryAssetClass>
<buyerPartyReference href="partyB" />
<sellerPartyReference href="partyA" />
<optionType>Call</optionType>
<commoditySwap>
<effectiveDate>
<adjustableDate>
<unadjustedDate>2012-12-31</unadjustedDate>
<dateAdjustments>
<businessDayConvention>NONE</businessDayConvention>
</dateAdjustments>
</adjustableDate>
</effectiveDate>
<terminationDate id="physicalTerminationDate">
<adjustableDate>
<unadjustedDate>2012-12-31</unadjustedDate>
<dateAdjustments>
<businessDayConvention>NONE</businessDayConvention>
</dateAdjustments>
</adjustableDate>
</terminationDate>
<settlementCurrency>EUR</settlementCurrency>
<fixedLeg>
<payerPartyReference href="partyB" />
<receiverPartyReference href="partyA" />
<calculationDates>
<unadjustedDate>2012-12-31</unadjustedDate>
<dateAdjustments>
<businessDayConvention>NONE</businessDayConvention>
</dateAdjustments>
</calculationDates>
<fixedPrice>
<price>1.93</price>
<priceCurrency>USD</priceCurrency>
<priceUnit>Allowances</priceUnit>
</fixedPrice>
<quantityReference href="deliveryQuantity" />
<masterAgreementPaymentDates>false</masterAgreementPaymentDates>
</fixedLeg>
<environmentalPhysicalLeg>
<payerPartyReference href="partyB" />
<receiverPartyReference href="partyA" />
<numberOfAllowances id="deliveryQuantity">
<quantityUnit>Allowances</quantityUnit>
<quantity>1000</quantity>
</numberOfAllowances>
<environmental>
<productType>RGGIEmissionsProduct</productType>
<vintage>2012</vintage>
<applicableLaw>USNY</applicableLaw>
<trackingSystem>COATS</trackingSystem>
</environmental>
<abandonmentOfScheme>OptionA(2)</abandonmentOfScheme>
<deliveryDate>
<adjustableDate>
<unadjustedDate>2012-12-12</unadjustedDate>
<dateAdjustments>
<businessDayConvention>NONE</businessDayConvention>
</dateAdjustments>
</adjustableDate>
</deliveryDate>
<paymentDate>
<periodMultiplier>3</periodMultiplier>
<period>D</period>
<businessDayConvention>FOLLOWING</businessDayConvention>
</paymentDate>
<businessCenters>
<businessCenter>CATO</businessCenter>
</businessCenters>
<failureToDeliverApplicable>true</failureToDeliverApplicable>
</environmentalPhysicalLeg>
</commoditySwap>
<physicalExercise>
<europeanExercise>
<expirationDate>
<adjustableDate id="exerciseDate">
<unadjustedDate>2012-12-31</unadjustedDate>
<dateAdjustments>
<businessDayConvention>NONE</businessDayConvention>
</dateAdjustments>
</adjustableDate>
</expirationDate>
<expirationTime>
<hourMinuteTime>13:00:00</hourMinuteTime>
<!-- Attention: Updated the coding scheme location as per the schema, regardless, implies that timezone -->
<location timezoneLocationScheme="http://www.fpml.org/coding-scheme/external/tzdatabase">America/New York</location>
</expirationTime>
</europeanExercise>
<writtenConfirmation>true</writtenConfirmation>
</physicalExercise>
<premium>
<payerPartyReference href="partyB" />
<receiverPartyReference href="partyA" />
<paymentDate>
<relativeDate>
<periodMultiplier>2</periodMultiplier>
<period>D</period>
<businessDayConvention>NONE</businessDayConvention>
<dateRelativeTo href="tradeDate" />
</relativeDate>
</paymentDate>
<paymentAmount>
<currency>USD</currency>
<amount>1930.00</amount>
</paymentAmount>
</premium>
</commoditySwaption>
</trade>
<party id="partyA">
<partyId partyIdScheme="http://www.fpml.org/coding-scheme/external/iso17442">5299000NIGT14YW8ZD26</partyId>
<partyName>EnergyCoC</partyName>
</party>
<party id="partyB">
<partyId partyIdScheme="http://www.fpml.org/coding-scheme/external/iso17442">969500QCC36R89FI3U25</partyId>
<partyName>EnergyCoD</partyName>
</party>
</dataDocument>