Class StubCalculationPeriod

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

public class StubCalculationPeriod extends Object
A type describing the Stub Calculation Period.

Java class for StubCalculationPeriod complex type.

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

 <complexType name="StubCalculationPeriod">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <sequence>
           <element name="initialStub" type="{http://www.fpml.org/FpML-5/confirmation}Stub"/>
           <element name="finalStub" type="{http://www.fpml.org/FpML-5/confirmation}Stub" minOccurs="0"/>
         </sequence>
         <element name="finalStub" type="{http://www.fpml.org/FpML-5/confirmation}Stub"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>