Class PriceMateriality

java.lang.Object
net.finmath.smartcontract.product.xml.FxDisruptionEvent
net.finmath.smartcontract.product.xml.PriceMateriality

public class PriceMateriality extends FxDisruptionEvent
A structure describing the criteria for price materiality.

Java class for PriceMateriality complex type.

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

 <complexType name="PriceMateriality">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}FxDisruptionEvent">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PrioritizedRateSource.model"/>
         <element name="percentage" type="{http://www.fpml.org/FpML-5/confirmation}PositiveDecimal"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PriceMateriality

      public PriceMateriality()
  • Method Details

    • getPrimaryRateSource

      public SettlementRateOption getPrimaryRateSource()
      Gets the value of the primaryRateSource property.
      Returns:
      possible object is SettlementRateOption
    • setPrimaryRateSource

      public void setPrimaryRateSource(SettlementRateOption value)
      Sets the value of the primaryRateSource property.
      Parameters:
      value - allowed object is SettlementRateOption
    • getSecondaryRateSource

      public List<SettlementRateOption> getSecondaryRateSource()
      Gets the value of the secondaryRateSource property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the secondaryRateSource property.

      For example, to add a new item, do as follows:

          getSecondaryRateSource().add(newItem);
       

      Objects of the following type(s) are allowed in the list SettlementRateOption

    • getPercentage

      public BigDecimal getPercentage()
      Gets the value of the percentage property.
      Returns:
      possible object is BigDecimal
    • setPercentage

      public void setPercentage(BigDecimal value)
      Sets the value of the percentage property.
      Parameters:
      value - allowed object is BigDecimal