Class CalculationPeriodsScheduleReference

java.lang.Object
net.finmath.smartcontract.product.xml.Reference
net.finmath.smartcontract.product.xml.CalculationPeriodsScheduleReference

public class CalculationPeriodsScheduleReference extends Reference
A pointer style reference to a calculation periods schedule defined elsewhere - note that this schedule consists of a parameterised schedule in a calculationPeriodsSchedule container.

Java class for CalculationPeriodsScheduleReference complex type.

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

 <complexType name="CalculationPeriodsScheduleReference">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Reference">
       <attribute name="href" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
     </extension>
   </complexContent>
 </complexType>