Class TermDeposit

java.lang.Object
net.finmath.smartcontract.product.xml.Product
net.finmath.smartcontract.product.xml.TermDeposit

public class TermDeposit extends Product
A class defining the content model for a term deposit product.

Java class for TermDeposit complex type.

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

 <complexType name="TermDeposit">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Product">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PayerReceiver.model"/>
         <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="maturityDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}FxTenor.model" minOccurs="0"/>
         <element name="principal" type="{http://www.fpml.org/FpML-5/confirmation}PositiveMoney"/>
         <element name="fixedRate" type="{http://www.fpml.org/FpML-5/confirmation}PositiveDecimal"/>
         <element name="dayCountFraction" type="{http://www.fpml.org/FpML-5/confirmation}DayCountFraction"/>
         <element name="features" type="{http://www.fpml.org/FpML-5/confirmation}TermDepositFeatures" minOccurs="0"/>
         <element name="interest" type="{http://www.fpml.org/FpML-5/confirmation}Money" minOccurs="0"/>
         <element name="payment" type="{http://www.fpml.org/FpML-5/confirmation}Payment" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>