Package cdm.event.workflow
Interface LimitApplicable
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
LimitApplicable.LimitApplicableBuilder,LimitApplicableExtended,LimitApplicableExtended.LimitApplicableExtendedBuilder
- All Known Implementing Classes:
LimitApplicable.LimitApplicableBuilderImpl,LimitApplicable.LimitApplicableImpl,LimitApplicableExtended.LimitApplicableExtendedBuilderImpl,LimitApplicableExtended.LimitApplicableExtendedImpl
@RosettaDataType(value="LimitApplicable",
builder=LimitApplicableBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="LimitApplicable",
model="cdm",
builder=LimitApplicableBuilderImpl.class,
version="5.30.0")
public interface LimitApplicable
extends com.rosetta.model.lib.RosettaModelObject
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of LimitApplicablestatic classImmutable Implementation of LimitApplicable -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The 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.default Class<? extends LimitApplicable> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends LimitApplicable> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getLimitType
FieldWithMetaCreditLimitTypeEnum getLimitType()Standard code to indicate which type of credit line is being referred to - i.e. IM, DV01, PV01, CS01, Notional, Clip Size, Notional, maximumOrderQuantity. -
getClipSize
Integer getClipSize()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. -
getAmountUtilized
BigDecimal getAmountUtilized()The 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. -
getUtilization
CreditLimitUtilisation getUtilization() -
getAmountRemaining
BigDecimal getAmountRemaining()The 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. -
getCurrency
FieldWithMetaString getCurrency()The 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. -
getVelocity
Velocity getVelocity() -
build
LimitApplicable build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
LimitApplicable.LimitApplicableBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-