Class Metal

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

public class Metal extends Object
A type defining the characteristics of the metal product being traded in a physically settled metal transaction.

Java class for Metal complex type.

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

 <complexType name="Metal">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="material" type="{http://www.fpml.org/FpML-5/confirmation}Material"/>
         <sequence>
           <element name="shape" type="{http://www.fpml.org/FpML-5/confirmation}CommodityMetalShape" maxOccurs="unbounded"/>
         </sequence>
         <sequence>
           <element name="brand" type="{http://www.fpml.org/FpML-5/confirmation}CommodityMetalBrand" maxOccurs="unbounded" minOccurs="0"/>
         </sequence>
         <sequence>
           <element name="grade" type="{http://www.fpml.org/FpML-5/confirmation}CommodityMetalGrade" maxOccurs="unbounded"/>
         </sequence>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>