Class StrikeSchedule

java.lang.Object
net.finmath.smartcontract.product.xml.Schedule
net.finmath.smartcontract.product.xml.StrikeSchedule

public class StrikeSchedule extends Schedule
A type describing a schedule of cap or floor rates.

Java class for StrikeSchedule complex type.

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

 <complexType name="StrikeSchedule">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Schedule">
       <sequence>
         <element name="buyer" type="{http://www.fpml.org/FpML-5/confirmation}IdentifiedPayerReceiver" minOccurs="0"/>
         <element name="seller" type="{http://www.fpml.org/FpML-5/confirmation}IdentifiedPayerReceiver" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>