Class BoundedCorrelation

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

public class BoundedCorrelation extends Object
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>