Class TermCurve

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

public class TermCurve extends Object
A curve consisting only of values over a term. This is a restricted form of One Dimensional Structure.

Java class for TermCurve complex type.

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

 <complexType name="TermCurve">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="interpolationMethod" type="{http://www.fpml.org/FpML-5/confirmation}InterpolationMethod" minOccurs="0"/>
         <element name="extrapolationPermitted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="point" type="{http://www.fpml.org/FpML-5/confirmation}TermPoint" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TermCurve

      public TermCurve()
  • Method Details

    • getInterpolationMethod

      public InterpolationMethod getInterpolationMethod()
      Gets the value of the interpolationMethod property.
      Returns:
      possible object is InterpolationMethod
    • setInterpolationMethod

      public void setInterpolationMethod(InterpolationMethod value)
      Sets the value of the interpolationMethod property.
      Parameters:
      value - allowed object is InterpolationMethod
    • isExtrapolationPermitted

      public Boolean isExtrapolationPermitted()
      Gets the value of the extrapolationPermitted property.
      Returns:
      possible object is Boolean
    • setExtrapolationPermitted

      public void setExtrapolationPermitted(Boolean value)
      Sets the value of the extrapolationPermitted property.
      Parameters:
      value - allowed object is Boolean
    • getPoint

      public List<TermPoint> getPoint()
      Gets the value of the point property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the point property.

      For example, to add a new item, do as follows:

          getPoint().add(newItem);
       

      Objects of the following type(s) are allowed in the list TermPoint