Class BullionPhysicalLeg

java.lang.Object

public class BullionPhysicalLeg extends PhysicalForwardLeg
Physically settled leg of a physically settled Bullion Transaction.

Java class for BullionPhysicalLeg complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="BullionPhysicalLeg">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}PhysicalForwardLeg">
       <sequence>
         <element name="bullionType" type="{http://www.fpml.org/FpML-5/confirmation}BullionTypeEnum"/>
         <element name="deliveryLocation" type="{http://www.fpml.org/FpML-5/confirmation}BullionDeliveryLocation"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityFixedPhysicalQuantity.model"/>
         <element name="settlementDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>