Class Strike

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

public class Strike extends Object
A type describing a single cap or floor rate.

Java class for Strike complex type.

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

 <complexType name="Strike">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="strikeRate" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <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>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>