Package cdm.event.workflow
Class LimitApplicable.LimitApplicableImpl
java.lang.Object
cdm.event.workflow.LimitApplicable.LimitApplicableImpl
- All Implemented Interfaces:
LimitApplicable,com.rosetta.model.lib.RosettaModelObject
- Direct Known Subclasses:
LimitApplicableExtended.LimitApplicableExtendedImpl
- Enclosing interface:
LimitApplicable
Immutable Implementation of LimitApplicable
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.event.workflow.LimitApplicable
LimitApplicable.LimitApplicableBuilder, LimitApplicable.LimitApplicableBuilderImpl, LimitApplicable.LimitApplicableImpl -
Field Summary
Fields inherited from interface cdm.event.workflow.LimitApplicable
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanThe limit remaining for the limit level and limit type.The limit utilised by all the cleared trades for the limit level and limit type.This element is required in FpML, optional in CDM for the purpose of accommodating the CME data representation while making reference to the FpML one.The currency in which the applicable limit is denominated.Standard code to indicate which type of credit line is being referred to - i.e.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.event.workflow.LimitApplicable
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
LimitApplicableImpl
-
-
Method Details
-
getLimitType
@RosettaAttribute("limitType") @RuneAttribute("limitType") public FieldWithMetaCreditLimitTypeEnum getLimitType()Description copied from interface:LimitApplicableStandard code to indicate which type of credit line is being referred to - i.e. IM, DV01, PV01, CS01, Notional, Clip Size, Notional, maximumOrderQuantity.- Specified by:
getLimitTypein interfaceLimitApplicable
-
getClipSize
Description copied from interface:LimitApplicableThis element is required in FpML, optional in CDM for the purpose of accommodating the CME data representation while making reference to the FpML one.- Specified by:
getClipSizein interfaceLimitApplicable
-
getAmountUtilized
@RosettaAttribute("amountUtilized") @RuneAttribute("amountUtilized") public BigDecimal getAmountUtilized()Description copied from interface:LimitApplicableThe limit utilised by all the cleared trades for the limit level and limit type. While the attribute is of type integer in FpML and the CME schema, it has been specified to be of type number in the CDM to take into consideration java size limits as well as for consistency purposes with the way most monetary amounts are expressed.- Specified by:
getAmountUtilizedin interfaceLimitApplicable
-
getUtilization
@RosettaAttribute("utilization") @RuneAttribute("utilization") public CreditLimitUtilisation getUtilization()- Specified by:
getUtilizationin interfaceLimitApplicable
-
getAmountRemaining
@RosettaAttribute("amountRemaining") @RuneAttribute("amountRemaining") public BigDecimal getAmountRemaining()Description copied from interface:LimitApplicableThe limit remaining for the limit level and limit type. This does not take into account any pending trades. While the attribute is of type integer in FpML and the CME schema, it has been specified to be of type number in the CDM to take into consideration java size limits as well as for consistency purposes with the way most monetary amounts are expressed.- Specified by:
getAmountRemainingin interfaceLimitApplicable
-
getCurrency
Description copied from interface:LimitApplicableThe currency in which the applicable limit is denominated. The list of valid currencies is not presently positioned as an enumeration as part of the CDM because that scope is limited to the values specified by ISDA and FpML. As a result, implementers have to make reference to the relevant standard, such as the ISO 4217 standard for currency codes.- Specified by:
getCurrencyin interfaceLimitApplicable
-
getVelocity
- Specified by:
getVelocityin interfaceLimitApplicable
-
build
Description copied from interface:LimitApplicableBuild Methods- Specified by:
buildin interfaceLimitApplicable- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceLimitApplicable- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-