Class MetalDelivery

java.lang.Object
net.finmath.smartcontract.product.xml.MetalDelivery

public class MetalDelivery extends Object
The physical delivery conditions for the transaction.

Java class for MetalDelivery complex type.

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

 <complexType name="MetalDelivery">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="deliveryLocation" type="{http://www.fpml.org/FpML-5/confirmation}CommodityDeliveryPoint"/>
         <element name="risk" type="{http://www.fpml.org/FpML-5/confirmation}CommodityDeliveryRisk" minOccurs="0"/>
         <element name="totalQuantityTolerance" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="periodQuantityTolerance" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="title" type="{http://www.fpml.org/FpML-5/confirmation}MetalTitleEnum"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>