Class ConstituentWeight

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

public class ConstituentWeight extends Object
A type describing the weight of each of the underlyer constituent within the basket, either in absolute or relative terms.

Java class for ConstituentWeight complex type.

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

 <complexType name="ConstituentWeight">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="openUnits" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="basketPercentage" type="{http://www.fpml.org/FpML-5/confirmation}RestrictedPercentage" minOccurs="0"/>
         <element name="basketAmount" type="{http://www.fpml.org/FpML-5/confirmation}Money" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • openUnits

      protected BigDecimal openUnits
    • basketPercentage

      protected BigDecimal basketPercentage
    • basketAmount

      protected Money basketAmount
  • Constructor Details

    • ConstituentWeight

      public ConstituentWeight()
  • Method Details

    • getOpenUnits

      public BigDecimal getOpenUnits()
      Gets the value of the openUnits property.
      Returns:
      possible object is BigDecimal
    • setOpenUnits

      public void setOpenUnits(BigDecimal value)
      Sets the value of the openUnits property.
      Parameters:
      value - allowed object is BigDecimal
    • getBasketPercentage

      public BigDecimal getBasketPercentage()
      Gets the value of the basketPercentage property.
      Returns:
      possible object is BigDecimal
    • setBasketPercentage

      public void setBasketPercentage(BigDecimal value)
      Sets the value of the basketPercentage property.
      Parameters:
      value - allowed object is BigDecimal
    • getBasketAmount

      public Money getBasketAmount()
      Gets the value of the basketAmount property.
      Returns:
      possible object is Money
    • setBasketAmount

      public void setBasketAmount(Money value)
      Sets the value of the basketAmount property.
      Parameters:
      value - allowed object is Money