Class PartyTradeInformation

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

public class PartyTradeInformation extends Object
A type defining party-specific additional information that may be recorded against a trade.

Java class for PartyTradeInformation complex type.

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

 <complexType name="PartyTradeInformation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PartyAndAccountReferences.model"/>
         <element name="relatedParty" type="{http://www.fpml.org/FpML-5/confirmation}RelatedParty" maxOccurs="unbounded" minOccurs="0"/>
         <element name="reportingRole" type="{http://www.fpml.org/FpML-5/confirmation}ReportingRole" minOccurs="0"/>
         <element name="unit" type="{http://www.fpml.org/FpML-5/confirmation}Unit" maxOccurs="unbounded" minOccurs="0"/>
         <element name="relatedBusinessUnit" type="{http://www.fpml.org/FpML-5/confirmation}RelatedBusinessUnit" maxOccurs="unbounded" minOccurs="0"/>
         <element name="relatedPerson" type="{http://www.fpml.org/FpML-5/confirmation}RelatedPerson" maxOccurs="unbounded" minOccurs="0"/>
         <element name="algorithm" type="{http://www.fpml.org/FpML-5/confirmation}Algorithm" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isAccountingHedge" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="category" type="{http://www.fpml.org/FpML-5/confirmation}TradeCategory" maxOccurs="unbounded" minOccurs="0"/>
         <element name="trader" type="{http://www.fpml.org/FpML-5/confirmation}Trader" maxOccurs="unbounded" minOccurs="0"/>
         <element name="executionDateTime" type="{http://www.fpml.org/FpML-5/confirmation}ExecutionDateTime" minOccurs="0"/>
         <element name="timestamps" type="{http://www.fpml.org/FpML-5/confirmation}TradeProcessingTimestamps" minOccurs="0"/>
         <element name="intentToAllocate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="allocationStatus" type="{http://www.fpml.org/FpML-5/confirmation}AllocationReportingStatus" minOccurs="0"/>
         <element name="intentToClear" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="clearingStatus" type="{http://www.fpml.org/FpML-5/confirmation}ClearingStatusValue" minOccurs="0"/>
         <element name="collateralizationType" type="{http://www.fpml.org/FpML-5/confirmation}CollateralizationType" minOccurs="0"/>
         <element name="collateralPortfolio" type="{http://www.fpml.org/FpML-5/confirmation}PortfolioName" minOccurs="0"/>
         <element name="reportingRegime" type="{http://www.fpml.org/FpML-5/confirmation}ReportingRegime" maxOccurs="unbounded" minOccurs="0"/>
         <choice>
           <sequence>
             <element name="endUserException" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="endUserExceptionReason" type="{http://www.fpml.org/FpML-5/confirmation}ClearingExceptionReason" minOccurs="0"/>
           </sequence>
           <element name="endUserExceptionDeclaration" type="{http://www.fpml.org/FpML-5/confirmation}EndUserExceptionDeclaration" minOccurs="0"/>
         </choice>
         <element name="nonStandardTerms" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="offMarketPrice" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="pricingContext" type="{http://www.fpml.org/FpML-5/confirmation}PricingContext" maxOccurs="unbounded" minOccurs="0"/>
         <element name="largeSizeTrade" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="executionType" type="{http://www.fpml.org/FpML-5/confirmation}ExecutionType" minOccurs="0"/>
         <element name="executionVenueType" type="{http://www.fpml.org/FpML-5/confirmation}ExecutionVenueType" minOccurs="0"/>
         <element name="verificationMethod" type="{http://www.fpml.org/FpML-5/confirmation}VerificationMethod" minOccurs="0"/>
         <element name="confirmationMethod" type="{http://www.fpml.org/FpML-5/confirmation}ConfirmationMethod" minOccurs="0"/>
         <element name="compressedTrade" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}TransactionClassification.model" minOccurs="0"/>
         <element name="isDisputed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PartyTradeInformation

      public PartyTradeInformation()
  • Method Details

    • 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
    • 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

    • getReportingRole

      public ReportingRole getReportingRole()
      Gets the value of the reportingRole property.
      Returns:
      possible object is ReportingRole
    • setReportingRole

      public void setReportingRole(ReportingRole value)
      Sets the value of the reportingRole property.
      Parameters:
      value - allowed object is ReportingRole
    • getUnit

      public List<Unit> getUnit()
      Gets the value of the unit 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 unit property.

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

          getUnit().add(newItem);
       

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

    • getRelatedBusinessUnit

      public List<RelatedBusinessUnit> getRelatedBusinessUnit()
      Gets the value of the relatedBusinessUnit 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 relatedBusinessUnit property.

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

          getRelatedBusinessUnit().add(newItem);
       

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

    • getRelatedPerson

      public List<RelatedPerson> getRelatedPerson()
      Gets the value of the relatedPerson 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 relatedPerson property.

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

          getRelatedPerson().add(newItem);
       

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

    • getAlgorithm

      public List<Algorithm> getAlgorithm()
      Gets the value of the algorithm 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 algorithm property.

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

          getAlgorithm().add(newItem);
       

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

    • isIsAccountingHedge

      public Boolean isIsAccountingHedge()
      Gets the value of the isAccountingHedge property.
      Returns:
      possible object is Boolean
    • setIsAccountingHedge

      public void setIsAccountingHedge(Boolean value)
      Sets the value of the isAccountingHedge property.
      Parameters:
      value - allowed object is Boolean
    • getCategory

      public List<TradeCategory> getCategory()
      Gets the value of the category 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 category property.

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

          getCategory().add(newItem);
       

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

    • getTrader

      public List<Trader> getTrader()
      Gets the value of the trader 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 trader property.

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

          getTrader().add(newItem);
       

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

    • getExecutionDateTime

      public ExecutionDateTime getExecutionDateTime()
      Gets the value of the executionDateTime property.
      Returns:
      possible object is ExecutionDateTime
    • setExecutionDateTime

      public void setExecutionDateTime(ExecutionDateTime value)
      Sets the value of the executionDateTime property.
      Parameters:
      value - allowed object is ExecutionDateTime
    • getTimestamps

      public TradeProcessingTimestamps getTimestamps()
      Gets the value of the timestamps property.
      Returns:
      possible object is TradeProcessingTimestamps
    • setTimestamps

      public void setTimestamps(TradeProcessingTimestamps value)
      Sets the value of the timestamps property.
      Parameters:
      value - allowed object is TradeProcessingTimestamps
    • isIntentToAllocate

      public Boolean isIntentToAllocate()
      Gets the value of the intentToAllocate property.
      Returns:
      possible object is Boolean
    • setIntentToAllocate

      public void setIntentToAllocate(Boolean value)
      Sets the value of the intentToAllocate property.
      Parameters:
      value - allowed object is Boolean
    • getAllocationStatus

      public AllocationReportingStatus getAllocationStatus()
      Gets the value of the allocationStatus property.
      Returns:
      possible object is AllocationReportingStatus
    • setAllocationStatus

      public void setAllocationStatus(AllocationReportingStatus value)
      Sets the value of the allocationStatus property.
      Parameters:
      value - allowed object is AllocationReportingStatus
    • isIntentToClear

      public Boolean isIntentToClear()
      Gets the value of the intentToClear property.
      Returns:
      possible object is Boolean
    • setIntentToClear

      public void setIntentToClear(Boolean value)
      Sets the value of the intentToClear property.
      Parameters:
      value - allowed object is Boolean
    • getClearingStatus

      public ClearingStatusValue getClearingStatus()
      Gets the value of the clearingStatus property.
      Returns:
      possible object is ClearingStatusValue
    • setClearingStatus

      public void setClearingStatus(ClearingStatusValue value)
      Sets the value of the clearingStatus property.
      Parameters:
      value - allowed object is ClearingStatusValue
    • getCollateralizationType

      public CollateralizationType getCollateralizationType()
      Gets the value of the collateralizationType property.
      Returns:
      possible object is CollateralizationType
    • setCollateralizationType

      public void setCollateralizationType(CollateralizationType value)
      Sets the value of the collateralizationType property.
      Parameters:
      value - allowed object is CollateralizationType
    • getCollateralPortfolio

      public PortfolioName getCollateralPortfolio()
      Gets the value of the collateralPortfolio property.
      Returns:
      possible object is PortfolioName
    • setCollateralPortfolio

      public void setCollateralPortfolio(PortfolioName value)
      Sets the value of the collateralPortfolio property.
      Parameters:
      value - allowed object is PortfolioName
    • getReportingRegime

      public List<ReportingRegime> getReportingRegime()
      Gets the value of the reportingRegime 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 reportingRegime property.

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

          getReportingRegime().add(newItem);
       

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

    • isEndUserException

      public Boolean isEndUserException()
      Gets the value of the endUserException property.
      Returns:
      possible object is Boolean
    • setEndUserException

      public void setEndUserException(Boolean value)
      Sets the value of the endUserException property.
      Parameters:
      value - allowed object is Boolean
    • getEndUserExceptionReason

      public ClearingExceptionReason getEndUserExceptionReason()
      Gets the value of the endUserExceptionReason property.
      Returns:
      possible object is ClearingExceptionReason
    • setEndUserExceptionReason

      public void setEndUserExceptionReason(ClearingExceptionReason value)
      Sets the value of the endUserExceptionReason property.
      Parameters:
      value - allowed object is ClearingExceptionReason
    • getEndUserExceptionDeclaration

      public EndUserExceptionDeclaration getEndUserExceptionDeclaration()
      Gets the value of the endUserExceptionDeclaration property.
      Returns:
      possible object is EndUserExceptionDeclaration
    • setEndUserExceptionDeclaration

      public void setEndUserExceptionDeclaration(EndUserExceptionDeclaration value)
      Sets the value of the endUserExceptionDeclaration property.
      Parameters:
      value - allowed object is EndUserExceptionDeclaration
    • isNonStandardTerms

      public Boolean isNonStandardTerms()
      Gets the value of the nonStandardTerms property.
      Returns:
      possible object is Boolean
    • setNonStandardTerms

      public void setNonStandardTerms(Boolean value)
      Sets the value of the nonStandardTerms property.
      Parameters:
      value - allowed object is Boolean
    • isOffMarketPrice

      public Boolean isOffMarketPrice()
      Gets the value of the offMarketPrice property.
      Returns:
      possible object is Boolean
    • setOffMarketPrice

      public void setOffMarketPrice(Boolean value)
      Sets the value of the offMarketPrice property.
      Parameters:
      value - allowed object is Boolean
    • getPricingContext

      public List<PricingContext> getPricingContext()
      Gets the value of the pricingContext 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 pricingContext property.

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

          getPricingContext().add(newItem);
       

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

    • isLargeSizeTrade

      public Boolean isLargeSizeTrade()
      Gets the value of the largeSizeTrade property.
      Returns:
      possible object is Boolean
    • setLargeSizeTrade

      public void setLargeSizeTrade(Boolean value)
      Sets the value of the largeSizeTrade property.
      Parameters:
      value - allowed object is Boolean
    • getExecutionType

      public ExecutionType getExecutionType()
      Gets the value of the executionType property.
      Returns:
      possible object is ExecutionType
    • setExecutionType

      public void setExecutionType(ExecutionType value)
      Sets the value of the executionType property.
      Parameters:
      value - allowed object is ExecutionType
    • getExecutionVenueType

      public ExecutionVenueType getExecutionVenueType()
      Gets the value of the executionVenueType property.
      Returns:
      possible object is ExecutionVenueType
    • setExecutionVenueType

      public void setExecutionVenueType(ExecutionVenueType value)
      Sets the value of the executionVenueType property.
      Parameters:
      value - allowed object is ExecutionVenueType
    • getVerificationMethod

      public VerificationMethod getVerificationMethod()
      Gets the value of the verificationMethod property.
      Returns:
      possible object is VerificationMethod
    • setVerificationMethod

      public void setVerificationMethod(VerificationMethod value)
      Sets the value of the verificationMethod property.
      Parameters:
      value - allowed object is VerificationMethod
    • getConfirmationMethod

      public ConfirmationMethod getConfirmationMethod()
      Gets the value of the confirmationMethod property.
      Returns:
      possible object is ConfirmationMethod
    • setConfirmationMethod

      public void setConfirmationMethod(ConfirmationMethod value)
      Sets the value of the confirmationMethod property.
      Parameters:
      value - allowed object is ConfirmationMethod
    • isCompressedTrade

      public Boolean isCompressedTrade()
      Gets the value of the compressedTrade property.
      Returns:
      possible object is Boolean
    • setCompressedTrade

      public void setCompressedTrade(Boolean value)
      Sets the value of the compressedTrade property.
      Parameters:
      value - allowed object is Boolean
    • isIsSecuritiesFinancing

      public Boolean isIsSecuritiesFinancing()
      Gets the value of the isSecuritiesFinancing property.
      Returns:
      possible object is Boolean
    • setIsSecuritiesFinancing

      public void setIsSecuritiesFinancing(Boolean value)
      Sets the value of the isSecuritiesFinancing property.
      Parameters:
      value - allowed object is Boolean
    • getOtcClassification

      public List<OtcClassification> getOtcClassification()
      Gets the value of the otcClassification 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 otcClassification property.

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

          getOtcClassification().add(newItem);
       

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

    • getTradingWaiver

      public List<TradingWaiver> getTradingWaiver()
      Gets the value of the tradingWaiver 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 tradingWaiver property.

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

          getTradingWaiver().add(newItem);
       

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

    • getShortSale

      public ShortSale getShortSale()
      Gets the value of the shortSale property.
      Returns:
      possible object is ShortSale
    • setShortSale

      public void setShortSale(ShortSale value)
      Sets the value of the shortSale property.
      Parameters:
      value - allowed object is ShortSale
    • isIsCommodityHedge

      public Boolean isIsCommodityHedge()
      Gets the value of the isCommodityHedge property.
      Returns:
      possible object is Boolean
    • setIsCommodityHedge

      public void setIsCommodityHedge(Boolean value)
      Sets the value of the isCommodityHedge property.
      Parameters:
      value - allowed object is Boolean
    • isIsDisputed

      public Boolean isIsDisputed()
      Gets the value of the isDisputed property.
      Returns:
      possible object is Boolean
    • setIsDisputed

      public void setIsDisputed(Boolean value)
      Sets the value of the isDisputed property.
      Parameters:
      value - allowed object is Boolean