Class WeatherLegCalculation

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

public class WeatherLegCalculation extends Object
A type to capture details of the calculation of the Payment Amount on a Weather Index Transaction.

Java class for WeatherLegCalculation complex type.

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

 <complexType name="WeatherLegCalculation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="settlementLevel" type="{http://www.fpml.org/FpML-5/confirmation}WeatherSettlementLevelEnum"/>
         <element name="referenceLevelEqualsZero" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="calculationDate" type="{http://www.fpml.org/FpML-5/confirmation}Period"/>
         <element name="businessDays" type="{http://www.fpml.org/FpML-5/confirmation}BusinessCenter"/>
         <element name="dataCorrection" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="correctionPeriod" type="{http://www.fpml.org/FpML-5/confirmation}Period" minOccurs="0"/>
         <element name="maximumPaymentAmount" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney" minOccurs="0"/>
         <element name="maximumTransactionPaymentAmount" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney" minOccurs="0"/>
         <element name="rounding" type="{http://www.fpml.org/FpML-5/confirmation}Rounding" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • settlementLevel

      protected WeatherSettlementLevelEnum settlementLevel
    • referenceLevelEqualsZero

      protected boolean referenceLevelEqualsZero
    • calculationDate

      protected Period calculationDate
    • businessDays

      protected BusinessCenter businessDays
    • dataCorrection

      protected boolean dataCorrection
    • correctionPeriod

      protected Period correctionPeriod
    • maximumPaymentAmount

      protected NonNegativeMoney maximumPaymentAmount
    • maximumTransactionPaymentAmount

      protected NonNegativeMoney maximumTransactionPaymentAmount
    • rounding

      protected Rounding rounding
  • Constructor Details

    • WeatherLegCalculation

      public WeatherLegCalculation()
  • Method Details

    • getSettlementLevel

      public WeatherSettlementLevelEnum getSettlementLevel()
      Gets the value of the settlementLevel property.
      Returns:
      possible object is WeatherSettlementLevelEnum
    • setSettlementLevel

      public void setSettlementLevel(WeatherSettlementLevelEnum value)
      Sets the value of the settlementLevel property.
      Parameters:
      value - allowed object is WeatherSettlementLevelEnum
    • isReferenceLevelEqualsZero

      public boolean isReferenceLevelEqualsZero()
      Gets the value of the referenceLevelEqualsZero property.
    • setReferenceLevelEqualsZero

      public void setReferenceLevelEqualsZero(boolean value)
      Sets the value of the referenceLevelEqualsZero property.
    • getCalculationDate

      public Period getCalculationDate()
      Gets the value of the calculationDate property.
      Returns:
      possible object is Period
    • setCalculationDate

      public void setCalculationDate(Period value)
      Sets the value of the calculationDate property.
      Parameters:
      value - allowed object is Period
    • getBusinessDays

      public BusinessCenter getBusinessDays()
      Gets the value of the businessDays property.
      Returns:
      possible object is BusinessCenter
    • setBusinessDays

      public void setBusinessDays(BusinessCenter value)
      Sets the value of the businessDays property.
      Parameters:
      value - allowed object is BusinessCenter
    • isDataCorrection

      public boolean isDataCorrection()
      Gets the value of the dataCorrection property.
    • setDataCorrection

      public void setDataCorrection(boolean value)
      Sets the value of the dataCorrection property.
    • getCorrectionPeriod

      public Period getCorrectionPeriod()
      Gets the value of the correctionPeriod property.
      Returns:
      possible object is Period
    • setCorrectionPeriod

      public void setCorrectionPeriod(Period value)
      Sets the value of the correctionPeriod property.
      Parameters:
      value - allowed object is Period
    • getMaximumPaymentAmount

      public NonNegativeMoney getMaximumPaymentAmount()
      Gets the value of the maximumPaymentAmount property.
      Returns:
      possible object is NonNegativeMoney
    • setMaximumPaymentAmount

      public void setMaximumPaymentAmount(NonNegativeMoney value)
      Sets the value of the maximumPaymentAmount property.
      Parameters:
      value - allowed object is NonNegativeMoney
    • getMaximumTransactionPaymentAmount

      public NonNegativeMoney getMaximumTransactionPaymentAmount()
      Gets the value of the maximumTransactionPaymentAmount property.
      Returns:
      possible object is NonNegativeMoney
    • setMaximumTransactionPaymentAmount

      public void setMaximumTransactionPaymentAmount(NonNegativeMoney value)
      Sets the value of the maximumTransactionPaymentAmount property.
      Parameters:
      value - allowed object is NonNegativeMoney
    • getRounding

      public Rounding getRounding()
      Gets the value of the rounding property.
      Returns:
      possible object is Rounding
    • setRounding

      public void setRounding(Rounding value)
      Sets the value of the rounding property.
      Parameters:
      value - allowed object is Rounding