fpml:oilPhysicalLeg
Physically settled oil or refined products leg.
Element information
Namespace: http://www.fpml.org/FpML-5/confirmation
Schema document: fpml-com-5-5.xsd
Type: fpml:OilPhysicalLeg
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 different options for specifying the Delivery or Supply Periods. Unless the quantity or price is to vary periodically during the trade or physical delivery occurs on a periodic basis, periodsSchedule should be used and set to 1T.
- fpml:oil [1..1] The specification of the oil 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:oilPhysicalLeg
Sample instance
<oilPhysicalLeg> <payerPartyReference href="partyA"/> <receiverPartyReference href="partyB"/> <deliveryPeriods> <periodsSchedule id="deliveryPeriods"> <periodMultiplier>1</periodMultiplier> <period>T</period> <balanceOfFirstPeriod>false</balanceOfFirstPeriod> </periodsSchedule> </deliveryPeriods> <oil> <type>CrudeOil</type> <grade>WTI</grade> </oil> <deliveryConditions> <pipeline> <pipelineName pipelineScheme="http://www.PartyA.com/pipeline-scheme-1-0">TeppcoSeawayCrude</pipelineName> <withdrawalPoint deliveryPointScheme="http://www.PartyA.com/delivery-point-scheme-oil-1-0">Cushing</withdrawalPoint> <deliverableByBarge>false</deliverableByBarge> <risk>FOB</risk> </pipeline> </deliveryConditions> <deliveryQuantity> <physicalQuantity id="deliveryQuantity"> <quantityUnit>BBL</quantityUnit> <quantityFrequency>PerCalculationPeriod</quantityFrequency> <quantity>10000.0</quantity> </physicalQuantity> </deliveryQuantity> </oilPhysicalLeg>