Class TermPoint

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

public class TermPoint extends Object
A value point that can have a time dimension. Allows bid, mid, ask, and spread values to be represented.

Java class for TermPoint complex type.

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

 <complexType name="TermPoint">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="term" type="{http://www.fpml.org/FpML-5/confirmation}TimeDimension"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}BidMidAsk.model"/>
         <element name="spreadValue" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="definition" type="{http://www.fpml.org/FpML-5/confirmation}AssetReference" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TermPoint

      public TermPoint()
  • Method Details

    • getTerm

      public TimeDimension getTerm()
      Gets the value of the term property.
      Returns:
      possible object is TimeDimension
    • setTerm

      public void setTerm(TimeDimension value)
      Sets the value of the term property.
      Parameters:
      value - allowed object is TimeDimension
    • getBid

      public BigDecimal getBid()
      Gets the value of the bid property.
      Returns:
      possible object is BigDecimal
    • setBid

      public void setBid(BigDecimal value)
      Sets the value of the bid property.
      Parameters:
      value - allowed object is BigDecimal
    • getMid

      public BigDecimal getMid()
      Gets the value of the mid property.
      Returns:
      possible object is BigDecimal
    • setMid

      public void setMid(BigDecimal value)
      Sets the value of the mid property.
      Parameters:
      value - allowed object is BigDecimal
    • getAsk

      public BigDecimal getAsk()
      Gets the value of the ask property.
      Returns:
      possible object is BigDecimal
    • setAsk

      public void setAsk(BigDecimal value)
      Sets the value of the ask property.
      Parameters:
      value - allowed object is BigDecimal
    • getSpreadValue

      public BigDecimal getSpreadValue()
      Gets the value of the spreadValue property.
      Returns:
      possible object is BigDecimal
    • setSpreadValue

      public void setSpreadValue(BigDecimal value)
      Sets the value of the spreadValue property.
      Parameters:
      value - allowed object is BigDecimal
    • getDefinition

      public AssetReference getDefinition()
      Gets the value of the definition property.
      Returns:
      possible object is AssetReference
    • setDefinition

      public void setDefinition(AssetReference value)
      Sets the value of the definition property.
      Parameters:
      value - allowed object is AssetReference
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String