Class BasketConstituent

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

public class BasketConstituent extends Object
A type describing each of the constituents of a basket.

Java class for BasketConstituent complex type.

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

 <complexType name="BasketConstituent">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PayerReceiver.model" minOccurs="0"/>
         <element ref="{http://www.fpml.org/FpML-5/confirmation}underlyingAsset"/>
         <element name="constituentWeight" type="{http://www.fpml.org/FpML-5/confirmation}ConstituentWeight" minOccurs="0"/>
         <element name="dividendPayout" type="{http://www.fpml.org/FpML-5/confirmation}DividendPayout" minOccurs="0"/>
         <element name="underlyerPrice" type="{http://www.fpml.org/FpML-5/confirmation}Price" minOccurs="0"/>
         <element name="underlyerNotional" type="{http://www.fpml.org/FpML-5/confirmation}Money" minOccurs="0"/>
         <element name="underlyerSpread" type="{http://www.fpml.org/FpML-5/confirmation}SpreadScheduleReference" minOccurs="0"/>
         <element name="couponPayment" type="{http://www.fpml.org/FpML-5/confirmation}PendingPayment" minOccurs="0"/>
         <element name="underlyerFinancing" type="{http://www.fpml.org/FpML-5/confirmation}UnderlyerInterestLeg" minOccurs="0"/>
         <element name="underlyerLoanRate" type="{http://www.fpml.org/FpML-5/confirmation}UnderlyerLoanRate" minOccurs="0"/>
         <element name="underlyerCollateral" type="{http://www.fpml.org/FpML-5/confirmation}Collateral" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • BasketConstituent

      public BasketConstituent()
  • Method Details

    • getPayerPartyReference

      public PartyReference getPayerPartyReference()
      Gets the value of the payerPartyReference property.
      Returns:
      possible object is PartyReference
    • setPayerPartyReference

      public void setPayerPartyReference(PartyReference value)
      Sets the value of the payerPartyReference property.
      Parameters:
      value - allowed object is PartyReference
    • getPayerAccountReference

      public AccountReference getPayerAccountReference()
      Gets the value of the payerAccountReference property.
      Returns:
      possible object is AccountReference
    • setPayerAccountReference

      public void setPayerAccountReference(AccountReference value)
      Sets the value of the payerAccountReference property.
      Parameters:
      value - allowed object is AccountReference
    • getReceiverPartyReference

      public PartyReference getReceiverPartyReference()
      Gets the value of the receiverPartyReference property.
      Returns:
      possible object is PartyReference
    • setReceiverPartyReference

      public void setReceiverPartyReference(PartyReference value)
      Sets the value of the receiverPartyReference property.
      Parameters:
      value - allowed object is PartyReference
    • getReceiverAccountReference

      public AccountReference getReceiverAccountReference()
      Gets the value of the receiverAccountReference property.
      Returns:
      possible object is AccountReference
    • setReceiverAccountReference

      public void setReceiverAccountReference(AccountReference value)
      Sets the value of the receiverAccountReference property.
      Parameters:
      value - allowed object is AccountReference
    • getUnderlyingAsset

      public jakarta.xml.bind.JAXBElement<? extends Asset> getUnderlyingAsset()
      Gets the value of the underlyingAsset property.
      Returns:
      possible object is JAXBElement<EquityAsset> JAXBElement<Future> JAXBElement<Cash> JAXBElement<Loan> JAXBElement<Bond> JAXBElement<ConvertibleBond> JAXBElement<Basket> JAXBElement<Commodity> JAXBElement<ExchangeTradedFund> JAXBElement<Index> JAXBElement<MutualFund> JAXBElement<Mortgage> JAXBElement<ExchangeTradedOption> JAXBElement<Asset>
    • setUnderlyingAsset

      public void setUnderlyingAsset(jakarta.xml.bind.JAXBElement<? extends Asset> value)
      Sets the value of the underlyingAsset property.
      Parameters:
      value - allowed object is JAXBElement<EquityAsset> JAXBElement<Future> JAXBElement<Cash> JAXBElement<Loan> JAXBElement<Bond> JAXBElement<ConvertibleBond> JAXBElement<Basket> JAXBElement<Commodity> JAXBElement<ExchangeTradedFund> JAXBElement<Index> JAXBElement<MutualFund> JAXBElement<Mortgage> JAXBElement<ExchangeTradedOption> JAXBElement<Asset>
    • getConstituentWeight

      public ConstituentWeight getConstituentWeight()
      Gets the value of the constituentWeight property.
      Returns:
      possible object is ConstituentWeight
    • setConstituentWeight

      public void setConstituentWeight(ConstituentWeight value)
      Sets the value of the constituentWeight property.
      Parameters:
      value - allowed object is ConstituentWeight
    • getDividendPayout

      public DividendPayout getDividendPayout()
      Gets the value of the dividendPayout property.
      Returns:
      possible object is DividendPayout
    • setDividendPayout

      public void setDividendPayout(DividendPayout value)
      Sets the value of the dividendPayout property.
      Parameters:
      value - allowed object is DividendPayout
    • getUnderlyerPrice

      public Price getUnderlyerPrice()
      Gets the value of the underlyerPrice property.
      Returns:
      possible object is Price
    • setUnderlyerPrice

      public void setUnderlyerPrice(Price value)
      Sets the value of the underlyerPrice property.
      Parameters:
      value - allowed object is Price
    • getUnderlyerNotional

      public Money getUnderlyerNotional()
      Gets the value of the underlyerNotional property.
      Returns:
      possible object is Money
    • setUnderlyerNotional

      public void setUnderlyerNotional(Money value)
      Sets the value of the underlyerNotional property.
      Parameters:
      value - allowed object is Money
    • getUnderlyerSpread

      public SpreadScheduleReference getUnderlyerSpread()
      Gets the value of the underlyerSpread property.
      Returns:
      possible object is SpreadScheduleReference
    • setUnderlyerSpread

      public void setUnderlyerSpread(SpreadScheduleReference value)
      Sets the value of the underlyerSpread property.
      Parameters:
      value - allowed object is SpreadScheduleReference
    • getCouponPayment

      public PendingPayment getCouponPayment()
      Gets the value of the couponPayment property.
      Returns:
      possible object is PendingPayment
    • setCouponPayment

      public void setCouponPayment(PendingPayment value)
      Sets the value of the couponPayment property.
      Parameters:
      value - allowed object is PendingPayment
    • getUnderlyerFinancing

      public UnderlyerInterestLeg getUnderlyerFinancing()
      Gets the value of the underlyerFinancing property.
      Returns:
      possible object is UnderlyerInterestLeg
    • setUnderlyerFinancing

      public void setUnderlyerFinancing(UnderlyerInterestLeg value)
      Sets the value of the underlyerFinancing property.
      Parameters:
      value - allowed object is UnderlyerInterestLeg
    • getUnderlyerLoanRate

      public UnderlyerLoanRate getUnderlyerLoanRate()
      Gets the value of the underlyerLoanRate property.
      Returns:
      possible object is UnderlyerLoanRate
    • setUnderlyerLoanRate

      public void setUnderlyerLoanRate(UnderlyerLoanRate value)
      Sets the value of the underlyerLoanRate property.
      Parameters:
      value - allowed object is UnderlyerLoanRate
    • getUnderlyerCollateral

      public Collateral getUnderlyerCollateral()
      Gets the value of the underlyerCollateral property.
      Returns:
      possible object is Collateral
    • setUnderlyerCollateral

      public void setUnderlyerCollateral(Collateral value)
      Sets the value of the underlyerCollateral property.
      Parameters:
      value - allowed object is Collateral
    • 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