Class DualCurrencyStrikePrice

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

public class DualCurrencyStrikePrice extends Object
A type that describes the rate of exchange at which the embedded option in a Dual Currency Deposit has been struck.

Java class for DualCurrencyStrikePrice complex type.

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

 <complexType name="DualCurrencyStrikePrice">
   <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}DualCurrencyStrikeQuoteBasisEnum"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>