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>
 
  • Field Details

  • Constructor Details

    • FxStrikePrice

      public FxStrikePrice()
  • Method Details

    • getRate

      public BigDecimal getRate()
      Gets the value of the rate property.
      Returns:
      possible object is BigDecimal
    • setRate

      public void setRate(BigDecimal value)
      Sets the value of the rate property.
      Parameters:
      value - allowed object is BigDecimal
    • getStrikeQuoteBasis

      public StrikeQuoteBasisEnum getStrikeQuoteBasis()
      Gets the value of the strikeQuoteBasis property.
      Returns:
      possible object is StrikeQuoteBasisEnum
    • setStrikeQuoteBasis

      public void setStrikeQuoteBasis(StrikeQuoteBasisEnum value)
      Sets the value of the strikeQuoteBasis property.
      Parameters:
      value - allowed object is StrikeQuoteBasisEnum