Package cdm.margin.schedule.functions
Class GetNetInitialMarginFromExposure
java.lang.Object
cdm.margin.schedule.functions.GetNetInitialMarginFromExposure
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Direct Known Subclasses:
GetNetInitialMarginFromExposure.GetNetInitialMarginFromExposureDefault
public abstract class GetNetInitialMarginFromExposure
extends Object
implements com.rosetta.model.lib.functions.RosettaFunction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BuildStandardizedScheduleprotected com.rosetta.model.lib.functions.ConditionValidatorprotected com.rosetta.model.lib.functions.ModelObjectValidator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract StandardizedScheduleInitialMargin.StandardizedScheduleInitialMarginBuilderdoEvaluate(Exposure exposure) protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> grossCurrentReplacementCost(Exposure exposure) protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> netCurrentReplacementCost(Exposure exposure) protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> netToGrossRatio(Exposure exposure) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends Position> protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> protected abstract com.rosetta.model.lib.mapper.MapperC<? extends StandardizedScheduleTradeInfo> tradeInitialMargin(Exposure exposure) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends ReferenceWithMetaPortfolioState> tradePortfolio(Exposure exposure) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.functions.RosettaFunction
toBuilder, toBuilder, toBuilder
-
Field Details
-
conditionValidator
@Inject protected com.rosetta.model.lib.functions.ConditionValidator conditionValidator -
objectValidator
@Inject protected com.rosetta.model.lib.functions.ModelObjectValidator objectValidator -
buildStandardizedSchedule
-
getGrossInitialMarginFromStandardizedSchedule
@Inject protected GetGrossInitialMarginFromStandardizedSchedule getGrossInitialMarginFromStandardizedSchedule
-
-
Constructor Details
-
GetNetInitialMarginFromExposure
public GetNetInitialMarginFromExposure()
-
-
Method Details
-
evaluate
- Parameters:
exposure-- Returns:
- initialMargin
-
doEvaluate
protected abstract StandardizedScheduleInitialMargin.StandardizedScheduleInitialMarginBuilder doEvaluate(Exposure exposure) -
tradePortfolio
protected abstract com.rosetta.model.lib.mapper.MapperS<? extends ReferenceWithMetaPortfolioState> tradePortfolio(Exposure exposure) -
positions
-
tradeInitialMargin
protected abstract com.rosetta.model.lib.mapper.MapperC<? extends StandardizedScheduleTradeInfo> tradeInitialMargin(Exposure exposure) -
totalGIM
-
netCurrentReplacementCost
protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> netCurrentReplacementCost(Exposure exposure) -
grossCurrentReplacementCost
protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> grossCurrentReplacementCost(Exposure exposure) -
netToGrossRatio
protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> netToGrossRatio(Exposure exposure)
-