Class CorrelationAmount

java.lang.Object
net.finmath.smartcontract.product.xml.CalculatedAmount
net.finmath.smartcontract.product.xml.CorrelationAmount

public class CorrelationAmount extends CalculatedAmount
Correlation Amount.

Java class for CorrelationAmount complex type.

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

 <complexType name="CorrelationAmount">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}CalculatedAmount">
       <sequence>
         <element name="correlation" type="{http://www.fpml.org/FpML-5/confirmation}Correlation"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CorrelationAmount

      public CorrelationAmount()
  • Method Details

    • getCorrelation

      public Correlation getCorrelation()
      Gets the value of the correlation property.
      Returns:
      possible object is Correlation
    • setCorrelation

      public void setCorrelation(Correlation value)
      Sets the value of the correlation property.
      Parameters:
      value - allowed object is Correlation