Interface ValuationMethod

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
ValuationMethod.ValuationMethodBuilder
All Known Implementing Classes:
ValuationMethod.ValuationMethodBuilderImpl, ValuationMethod.ValuationMethodImpl

@RosettaDataType(value="ValuationMethod", builder=ValuationMethodBuilderImpl.class, version="5.30.0") @RuneDataType(value="ValuationMethod", model="cdm", builder=ValuationMethodBuilderImpl.class, version="5.30.0") public interface ValuationMethod extends com.rosetta.model.lib.RosettaModelObject
Specifies the parameters required to obtain a valuation, including the source, quotation method (bid, mid etc.) and any applicable quotation amount.
Version:
5.30.0
  • Field Details

  • Method Details

    • getValuationSource

      ValuationSource getValuationSource()
      The source for obtaining a valuation. This may come from some information source (e.g. Reuters), from a rate option fixing (e.g. FX fixing for cross-currency settlement), or from a set of reference banks. This is a mandatory attribute as the valuation method relies on one of those sources to be specified.
    • getQuotationMethod

      QuotationRateTypeEnum getQuotationMethod()
      The type of price quotations to be requested from dealers when determining the market value of the reference obligation for purposes of cash settlement, or which rate quote is to be observed for a fixing. For example, Bid, Offer, Mid-market or Exercising Party Pays. ISDA 2003 Term: Quotation Method. The meaning of Exercising Party Pays is defined in the 2000 ISDA Definitions, Section 17.2. Certain Definitions Relating to Cash Settlement, paragraph (j).
    • getValuationMethod

      ValuationMethodEnum getValuationMethod()
      The ISDA defined methodology for determining the final price of the reference obligation for purposes of cash settlement. (ISDA 2003 Term: Valuation Method). For example, Market, Highest etc.
    • getQuotationAmount

      Money getQuotationAmount()
      In the determination of a cash settlement amount, if weighted average quotations are to be obtained, the quotation amount specifies an upper limit to the outstanding principal balance of the reference obligation for which the quote should be obtained. If not specified, the ISDA definitions provide for a fallback amount equal to the floating rate payer calculation amount. ISDA 2003 Term: Quotation Amount.
    • getMinimumQuotationAmount

      Money getMinimumQuotationAmount()
      In the determination of a cash settlement amount, if weighted average quotations are to be obtained, the minimum quotation amount specifies a minimum intended threshold amount of outstanding principal balance of the reference obligation for which the quote should be obtained. If not specified, the ISDA definitions provide for a fallback amount of the lower of either USD 1,000,000 (or its equivalent in the relevant obligation currency) or the quotation amount. ISDA 2003 Term: Minimum Quotation Amount.
    • getCashCollateralValuationMethod

      CashCollateralValuationMethod getCashCollateralValuationMethod()
      Specifies the parameters representing several mid-market valuation and replacement value methods.
    • build

      Build Methods
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • builder

    • metaData

      default com.rosetta.model.lib.meta.RosettaMetaData<? extends ValuationMethod> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends ValuationMethod> getType()
      Specified by:
      getType in interface com.rosetta.model.lib.RosettaModelObject
    • process

      default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
      Specified by:
      process in interface com.rosetta.model.lib.RosettaModelObject