Class Allocation

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

public class Allocation extends Object

Java class for Allocation complex type.

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

 <complexType name="Allocation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="allocationTradeId" type="{http://www.fpml.org/FpML-5/confirmation}TradeIdentifier" maxOccurs="unbounded"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PartyAndAccountReferences.model"/>
         <choice>
           <element name="allocatedFraction" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
           <element name="allocatedNotional" type="{http://www.fpml.org/FpML-5/confirmation}Money" maxOccurs="2"/>
         </choice>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}AllocationContent.model"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Allocation

      public Allocation()
  • Method Details

    • getAllocationTradeId

      public List<TradeIdentifier> getAllocationTradeId()
      Gets the value of the allocationTradeId 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 allocationTradeId property.

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

          getAllocationTradeId().add(newItem);
       

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

    • getPartyReference

      public PartyReference getPartyReference()
      Gets the value of the partyReference property.
      Returns:
      possible object is PartyReference
    • setPartyReference

      public void setPartyReference(PartyReference value)
      Sets the value of the partyReference property.
      Parameters:
      value - allowed object is PartyReference
    • getAccountReference

      public AccountReference getAccountReference()
      Gets the value of the accountReference property.
      Returns:
      possible object is AccountReference
    • setAccountReference

      public void setAccountReference(AccountReference value)
      Sets the value of the accountReference property.
      Parameters:
      value - allowed object is AccountReference
    • getAllocatedFraction

      public BigDecimal getAllocatedFraction()
      Gets the value of the allocatedFraction property.
      Returns:
      possible object is BigDecimal
    • setAllocatedFraction

      public void setAllocatedFraction(BigDecimal value)
      Sets the value of the allocatedFraction property.
      Parameters:
      value - allowed object is BigDecimal
    • getAllocatedNotional

      public List<Money> getAllocatedNotional()
      Gets the value of the allocatedNotional 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 allocatedNotional property.

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

          getAllocatedNotional().add(newItem);
       

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

    • getCollateral

      public Collateral getCollateral()
      Gets the value of the collateral property.
      Returns:
      possible object is Collateral
    • setCollateral

      public void setCollateral(Collateral value)
      Sets the value of the collateral property.
      Parameters:
      value - allowed object is Collateral
    • getCreditChargeAmount

      public Money getCreditChargeAmount()
      Gets the value of the creditChargeAmount property.
      Returns:
      possible object is Money
    • setCreditChargeAmount

      public void setCreditChargeAmount(Money value)
      Sets the value of the creditChargeAmount property.
      Parameters:
      value - allowed object is Money
    • getApprovals

      public Approvals getApprovals()
      Gets the value of the approvals property.
      Returns:
      possible object is Approvals
    • setApprovals

      public void setApprovals(Approvals value)
      Sets the value of the approvals property.
      Parameters:
      value - allowed object is Approvals
    • getMasterConfirmationDate

      public XMLGregorianCalendar getMasterConfirmationDate()
      Gets the value of the masterConfirmationDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setMasterConfirmationDate

      public void setMasterConfirmationDate(XMLGregorianCalendar value)
      Sets the value of the masterConfirmationDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getRelatedParty

      public List<RelatedParty> getRelatedParty()
      Gets the value of the relatedParty 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 relatedParty property.

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

          getRelatedParty().add(newItem);
       

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