fpml:coalPhysicalLeg
Physically settled coal leg.
Element information
Namespace: http://www.fpml.org/FpML-5/confirmation
Schema document: fpml-com-5-5.xsd
Type: fpml:CoalPhysicalLeg
Properties: Global, Qualified
Content
- Sequence [1..1]
- fpml:payerPartyReference [1..1] A reference to the party responsible for making the payments defined by this structure.
- fpml:payerAccountReference [0..1] A reference to the account responsible for making the payments defined by this structure.
- fpml:receiverPartyReference [1..1] A reference to the party that receives the payments corresponding to this structure.
- fpml:receiverAccountReference [0..1] A reference to the account that receives the payments corresponding to this structure.
- fpml:deliveryPeriods [1..1] The period during which delivery/deliveries of Coal Products may be scheduled. Equivalent to Nomination Period(s) for US Coal.
- fpml:coal [1..1] The specification of the Coal Product to be delivered.
- fpml:deliveryConditions [1..1] The physical delivery conditions for the transaction.
- fpml:deliveryQuantity [1..1] The different options for specifying the quantity.
from type fpml:PhysicalSwapLegfrom group fpml:PayerReceiver.model
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from type fpml:Leg |
Used in
- Group fpml:CommoditySwapDetails.model
- Type fpml:CommoditySwap via reference to fpml:CommoditySwapDetails.model (Element fpml:commoditySwap)
- Type fpml:CommoditySwaptionUnderlying via reference to fpml:CommoditySwapDetails.model (Element fpml:commoditySwap)
Substitution hierarchy
- fpml:commoditySwapLeg
- can be substituted with fpml:coalPhysicalLeg
Sample instance
<coalPhysicalLeg> <payerPartyReference href="partyA"/> <receiverPartyReference href="partyB"/> <deliveryPeriods> <periodsSchedule> <periodMultiplier>1</periodMultiplier> <period>T</period> <balanceOfFirstPeriod>false</balanceOfFirstPeriod> </periodsSchedule> </deliveryPeriods> <coal> <type>PR88</type> <source>PRBStandard</source> <btuQualityAdjustment>Clause10Appendix1</btuQualityAdjustment> </coal> <deliveryConditions> <deliveryAtSource>true</deliveryAtSource> <quantityVariationAdjustment>false</quantityVariationAdjustment> <transportationEquipment>Railcar</transportationEquipment> <risk>FOB</risk> </deliveryConditions> <deliveryQuantity id="deliveryQuantity"> <physicalQuantity> <quantityUnit>MT</quantityUnit> <quantityFrequency>Term</quantityFrequency> <quantity>10000.0</quantity> </physicalQuantity> </deliveryQuantity> </coalPhysicalLeg>