Class FxStrikePrice

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

public class FxStrikePrice extends Object
A type that describes the rate of exchange at which the option has been struck.

Java class for FxStrikePrice complex type.

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

 <complexType name="FxStrikePrice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="rate" type="{http://www.fpml.org/FpML-5/confirmation}PositiveDecimal"/>
         <element name="strikeQuoteBasis" type="{http://www.fpml.org/FpML-5/confirmation}StrikeQuoteBasisEnum"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>