Uses of Interface
cdm.margin.schedule.StandardizedSchedule
Packages that use StandardizedSchedule
Package
Description
-
Uses of StandardizedSchedule in cdm.margin.schedule
Subinterfaces of StandardizedSchedule in cdm.margin.scheduleModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.margin.schedule that implement StandardizedScheduleModifier and TypeClassDescriptionstatic classBuilder Implementation of StandardizedSchedulestatic classImmutable Implementation of StandardizedScheduleMethods in cdm.margin.schedule that return StandardizedScheduleModifier and TypeMethodDescriptionStandardizedSchedule.build()Build MethodsStandardizedSchedule.StandardizedScheduleBuilderImpl.build()StandardizedSchedule.StandardizedScheduleImpl.build()Methods in cdm.margin.schedule that return types with arguments of type StandardizedScheduleModifier and TypeMethodDescriptiondefault Class<? extends StandardizedSchedule> StandardizedSchedule.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends StandardizedSchedule> StandardizedSchedule.metaData()Utility Methods -
Uses of StandardizedSchedule in cdm.margin.schedule.functions
Methods in cdm.margin.schedule.functions that return StandardizedScheduleModifier and TypeMethodDescriptionMethods in cdm.margin.schedule.functions with parameters of type StandardizedScheduleModifier and TypeMethodDescriptionprotected Money.MoneyBuilderGetGrossInitialMarginFromStandardizedSchedule.GetGrossInitialMarginFromStandardizedScheduleDefault.assignOutput(Money.MoneyBuilder grossInitialMargin, StandardizedSchedule standardizedSchedule) protected abstract Money.MoneyBuilderGetGrossInitialMarginFromStandardizedSchedule.doEvaluate(StandardizedSchedule standardizedSchedule) protected Money.MoneyBuilderGetGrossInitialMarginFromStandardizedSchedule.GetGrossInitialMarginFromStandardizedScheduleDefault.doEvaluate(StandardizedSchedule standardizedSchedule) GetGrossInitialMarginFromStandardizedSchedule.evaluate(StandardizedSchedule standardizedSchedule) protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> GetGrossInitialMarginFromStandardizedSchedule.GetGrossInitialMarginFromStandardizedScheduleDefault.initialMarginRequirement(StandardizedSchedule standardizedSchedule) protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> GetGrossInitialMarginFromStandardizedSchedule.initialMarginRequirement(StandardizedSchedule standardizedSchedule) -
Uses of StandardizedSchedule in cdm.margin.schedule.meta
Methods in cdm.margin.schedule.meta that return types with arguments of type StandardizedScheduleModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super StandardizedSchedule>> StandardizedScheduleMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super StandardizedSchedule, com.rosetta.model.lib.qualify.QualifyResult>> StandardizedScheduleMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super StandardizedSchedule, Set<String>> StandardizedScheduleMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super StandardizedSchedule> StandardizedScheduleMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super StandardizedSchedule> StandardizedScheduleMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super StandardizedSchedule> StandardizedScheduleMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super StandardizedSchedule> StandardizedScheduleMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of StandardizedSchedule in cdm.margin.schedule.validation
Methods in cdm.margin.schedule.validation with parameters of type StandardizedScheduleModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> StandardizedScheduleTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, StandardizedSchedule o) List<com.rosetta.model.lib.validation.ValidationResult<?>> StandardizedScheduleValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, StandardizedSchedule o) -
Uses of StandardizedSchedule in cdm.margin.schedule.validation.datarule
Methods in cdm.margin.schedule.validation.datarule with parameters of type StandardizedScheduleModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> StandardizedSchedulePositiveDuration.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, StandardizedSchedule standardizedSchedule) List<com.rosetta.model.lib.validation.ValidationResult<?>> StandardizedSchedulePositiveDuration.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, StandardizedSchedule standardizedSchedule) List<com.rosetta.model.lib.validation.ValidationResult<?>> StandardizedSchedulePositiveNotional.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, StandardizedSchedule standardizedSchedule) List<com.rosetta.model.lib.validation.ValidationResult<?>> StandardizedSchedulePositiveNotional.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, StandardizedSchedule standardizedSchedule) List<com.rosetta.model.lib.validation.ValidationResult<?>> StandardizedScheduleValidCurrency.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, StandardizedSchedule standardizedSchedule) List<com.rosetta.model.lib.validation.ValidationResult<?>> StandardizedScheduleValidCurrency.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, StandardizedSchedule standardizedSchedule) -
Uses of StandardizedSchedule in cdm.margin.schedule.validation.exists
Methods in cdm.margin.schedule.validation.exists with type parameters of type StandardizedScheduleModifier and TypeMethodDescription<T2 extends StandardizedSchedule>
com.rosetta.model.lib.validation.ValidationResult<StandardizedSchedule> StandardizedScheduleOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.margin.schedule.validation.exists that return types with arguments of type StandardizedScheduleModifier and TypeMethodDescription<T2 extends StandardizedSchedule>
com.rosetta.model.lib.validation.ValidationResult<StandardizedSchedule> StandardizedScheduleOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)