Class PriceMateriality
java.lang.Object
net.finmath.smartcontract.product.xml.FxDisruptionEvent
net.finmath.smartcontract.product.xml.PriceMateriality
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 Summary
Modifier and TypeFieldDescriptionprotected BigDecimal
protected SettlementRateOption
protected List
<SettlementRateOption> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the percentage property.Gets the value of the primaryRateSource property.Gets the value of the secondaryRateSource property.void
setPercentage
(BigDecimal value) Sets the value of the percentage property.void
Sets the value of the primaryRateSource property.
-
Field Details
-
-
secondaryRateSource
-
percentage
-
-
Constructor Details
-
PriceMateriality
public PriceMateriality()
-
-
Method Details
-
getPrimaryRateSource
Gets the value of the primaryRateSource property.- Returns:
- possible object is
SettlementRateOption
-
setPrimaryRateSource
Sets the value of the primaryRateSource property.- Parameters:
value
- allowed object isSettlementRateOption
-
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
Gets the value of the percentage property.- Returns:
- possible object is
BigDecimal
-
setPercentage
Sets the value of the percentage property.- Parameters:
value
- allowed object isBigDecimal
-