Class FxAccrualRegionUpperBound
java.lang.Object
net.finmath.smartcontract.product.xml.FxAccrualRegionUpperBound
Java class for FxAccrualRegionUpperBound complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxAccrualRegionUpperBound"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="condition" type="{http://www.fpml.org/FpML-5/confirmation}FxRegionUpperBoundDirectionEnum"/> <group ref="{http://www.fpml.org/FpML-5/confirmation}FxAccrualConditionLevel.model"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected FxAccrualAverageStrikeReference
protected FxRegionUpperBoundDirectionEnum
protected FxLevel
protected QuoteBasisEnum
protected FxAccrualStrikeReference
protected FxAccrualTriggerReference
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the averageStrikeReference property.Gets the value of the condition property.getLevel()
Gets the value of the level property.Gets the value of the quoteBasis property.Gets the value of the strikeReference property.Gets the value of the triggerReference property.void
Sets the value of the averageStrikeReference property.void
Sets the value of the condition property.void
Sets the value of the level property.void
setQuoteBasis
(QuoteBasisEnum value) Sets the value of the quoteBasis property.void
Sets the value of the strikeReference property.void
Sets the value of the triggerReference property.
-
Field Details
-
condition
-
level
-
quoteBasis
-
strikeReference
-
averageStrikeReference
-
triggerReference
-
-
Constructor Details
-
FxAccrualRegionUpperBound
public FxAccrualRegionUpperBound()
-
-
Method Details
-
getCondition
Gets the value of the condition property.- Returns:
- possible object is
FxRegionUpperBoundDirectionEnum
-
setCondition
Sets the value of the condition property.- Parameters:
value
- allowed object isFxRegionUpperBoundDirectionEnum
-
getLevel
-
setLevel
-
getQuoteBasis
Gets the value of the quoteBasis property.- Returns:
- possible object is
QuoteBasisEnum
-
setQuoteBasis
Sets the value of the quoteBasis property.- Parameters:
value
- allowed object isQuoteBasisEnum
-
getStrikeReference
Gets the value of the strikeReference property.- Returns:
- possible object is
FxAccrualStrikeReference
-
setStrikeReference
Sets the value of the strikeReference property.- Parameters:
value
- allowed object isFxAccrualStrikeReference
-
getAverageStrikeReference
Gets the value of the averageStrikeReference property.- Returns:
- possible object is
FxAccrualAverageStrikeReference
-
setAverageStrikeReference
Sets the value of the averageStrikeReference property.- Parameters:
value
- allowed object isFxAccrualAverageStrikeReference
-
getTriggerReference
Gets the value of the triggerReference property.- Returns:
- possible object is
FxAccrualTriggerReference
-
setTriggerReference
Sets the value of the triggerReference property.- Parameters:
value
- allowed object isFxAccrualTriggerReference
-