Uses of Class
org.isda.cdm.ValuationMethodEnum
-
Packages that use ValuationMethodEnum Package Description org.isda.cdm -
-
Uses of ValuationMethodEnum in org.isda.cdm
Fields in org.isda.cdm declared as ValuationMethodEnum Modifier and Type Field Description protected ValuationMethodEnum
CashSettlementTerms.CashSettlementTermsBuilder. valuationMethod
Methods in org.isda.cdm that return ValuationMethodEnum Modifier and Type Method Description ValuationMethodEnum
CashSettlementTerms.CashSettlementTermsBuilder. getValuationMethod()
ValuationMethodEnum
CashSettlementTerms. getValuationMethod()
The ISDA defined methodology for determining the final price of the reference obligation for purposes of cash settlement.static ValuationMethodEnum
ValuationMethodEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ValuationMethodEnum[]
ValuationMethodEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.isda.cdm with parameters of type ValuationMethodEnum Modifier and Type Method Description CashSettlementTerms.CashSettlementTermsBuilder
CashSettlementTerms.CashSettlementTermsBuilder. setValuationMethod(ValuationMethodEnum valuationMethod)
-