Class GeneralTerms

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

public class GeneralTerms extends Object

Java class for GeneralTerms complex type.

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

 <complexType name="GeneralTerms">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="effectiveDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableDate2" minOccurs="0"/>
         <element name="scheduledTerminationDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableDate2" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}BuyerSeller.model"/>
         <element name="dateAdjustments" type="{http://www.fpml.org/FpML-5/confirmation}BusinessDayAdjustments" minOccurs="0"/>
         <choice>
           <element name="referenceInformation" type="{http://www.fpml.org/FpML-5/confirmation}ReferenceInformation"/>
           <element name="indexReferenceInformation" type="{http://www.fpml.org/FpML-5/confirmation}IndexReferenceInformation"/>
           <element name="basketReferenceInformation" type="{http://www.fpml.org/FpML-5/confirmation}BasketReferenceInformation"/>
         </choice>
         <element name="additionalTerm" type="{http://www.fpml.org/FpML-5/confirmation}AdditionalTerm" maxOccurs="unbounded" minOccurs="0"/>
         <element name="substitution" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="modifiedEquityDelivery" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>