Class TradeMaturity

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

public class TradeMaturity extends Object
A structure describing a trade maturing.

Java class for TradeMaturity complex type.

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

 <complexType name="TradeMaturity">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="tradeIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}PartyTradeIdentifier" maxOccurs="unbounded"/>
         <element name="date" type="{http://www.w3.org/2001/XMLSchema}date"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>