Class BoundedCorrelation
java.lang.Object
net.finmath.smartcontract.product.xml.BoundedCorrelation
A type describing correlation bounds, which form a cap and a floor on the
realized correlation.
Java class for BoundedCorrelation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BoundedCorrelation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="minimumBoundaryPercent" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="maximumBoundaryPercent" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the maximumBoundaryPercent property.Gets the value of the minimumBoundaryPercent property.void
Sets the value of the maximumBoundaryPercent property.void
Sets the value of the minimumBoundaryPercent property.
-
Field Details
-
minimumBoundaryPercent
-
maximumBoundaryPercent
-
-
Constructor Details
-
BoundedCorrelation
public BoundedCorrelation()
-
-
Method Details
-
getMinimumBoundaryPercent
Gets the value of the minimumBoundaryPercent property.- Returns:
- possible object is
BigDecimal
-
setMinimumBoundaryPercent
Sets the value of the minimumBoundaryPercent property.- Parameters:
value
- allowed object isBigDecimal
-
getMaximumBoundaryPercent
Gets the value of the maximumBoundaryPercent property.- Returns:
- possible object is
BigDecimal
-
setMaximumBoundaryPercent
Sets the value of the maximumBoundaryPercent property.- Parameters:
value
- allowed object isBigDecimal
-