Class FinalCalculationPeriodDateAdjustment

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

public class FinalCalculationPeriodDateAdjustment extends Object
A type to define business date convention adjustment to final payment period per leg.

Java class for FinalCalculationPeriodDateAdjustment complex type.

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

 <complexType name="FinalCalculationPeriodDateAdjustment">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="relevantUnderlyingDateReference" type="{http://www.fpml.org/FpML-5/confirmation}RelevantUnderlyingDateReference"/>
         <element name="swapStreamReference" type="{http://www.fpml.org/FpML-5/confirmation}InterestRateStreamReference"/>
         <element name="businessDayConvention" type="{http://www.fpml.org/FpML-5/confirmation}BusinessDayConventionEnum"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>