Uses of Class
org.isda.cdm.Schedule
-
Packages that use Schedule Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.metafields org.isda.cdm.validation org.isda.cdm.validation.datarule org.isda.cdm.validation.exists -
-
Uses of Schedule in org.isda.cdm
Subclasses of Schedule in org.isda.cdm Modifier and Type Class Description class
AmountSchedule
A class to specify a currency amount or a currency amount schedule.class
SpreadSchedule
Adds an optional spread type element to the Schedule to identify a long or short spread value.class
StrikeSchedule
A class describing a schedule of cap or floor rates.Methods in org.isda.cdm that return Schedule Modifier and Type Method Description Schedule
Schedule.ScheduleBuilder. build()
Schedule
ExerciseFeeSchedule. getFeeRateSchedule()
The exercise free rate schedule.Schedule
RateSpecification. getFixedRate()
The fixed rate or fixed rate schedule expressed as explicit fixed rates and dates.Schedule
FloatingRate. getFloatingRateMultiplierSchedule()
A rate multiplier or multiplier schedule to apply to the floating rate.Schedule
StubFloatingRate. getFloatingRateMultiplierSchedule()
A rate multiplier or multiplier schedule to apply to the floating rate.Methods in org.isda.cdm that return types with arguments of type Schedule Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends Schedule>
Schedule. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends Schedule>
Schedule.ScheduleBuilder. metaData()
Methods in org.isda.cdm with parameters of type Schedule Modifier and Type Method Description ExerciseFeeSchedule.ExerciseFeeScheduleBuilder
ExerciseFeeSchedule.ExerciseFeeScheduleBuilder. setFeeRateSchedule(Schedule feeRateSchedule)
RateSpecification.RateSpecificationBuilder
RateSpecification.RateSpecificationBuilder. setFixedRate(Schedule fixedRate)
FloatingRate.FloatingRateBuilder
FloatingRate.FloatingRateBuilder. setFloatingRateMultiplierSchedule(Schedule floatingRateMultiplierSchedule)
FloatingRateSpecification.FloatingRateSpecificationBuilder
FloatingRateSpecification.FloatingRateSpecificationBuilder. setFloatingRateMultiplierSchedule(Schedule floatingRateMultiplierSchedule)
InflationRateSpecification.InflationRateSpecificationBuilder
InflationRateSpecification.InflationRateSpecificationBuilder. setFloatingRateMultiplierSchedule(Schedule floatingRateMultiplierSchedule)
StubFloatingRate.StubFloatingRateBuilder
StubFloatingRate.StubFloatingRateBuilder. setFloatingRateMultiplierSchedule(Schedule floatingRateMultiplierSchedule)
OptionStrike.OptionStrikeBuilder
OptionStrike.OptionStrikeBuilder. setStrikeReferenceRef(Schedule strikeReference)
-
Uses of Schedule in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type Schedule Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super Schedule>>
ScheduleMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super Schedule>>
ScheduleMeta. dataRules()
java.util.List<java.util.function.Function<? super Schedule,com.rosetta.model.lib.qualify.QualifyResult>>
ScheduleMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super Schedule,java.lang.String>
ScheduleMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super Schedule>
ScheduleMeta. validator()
-
Uses of Schedule in org.isda.cdm.metafields
Methods in org.isda.cdm.metafields that return Schedule Modifier and Type Method Description Schedule
ReferenceWithMetaSchedule. getValue()
Methods in org.isda.cdm.metafields with parameters of type Schedule Modifier and Type Method Description ReferenceWithMetaSchedule.ReferenceWithMetaScheduleBuilder
ReferenceWithMetaSchedule.ReferenceWithMetaScheduleBuilder. setValue(Schedule value)
-
Uses of Schedule in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type Schedule Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Schedule>
ScheduleValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<Schedule>
ScheduleValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Schedule o)
Methods in org.isda.cdm.validation with parameters of type Schedule Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Schedule>
ScheduleValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Schedule o)
-
Uses of Schedule in org.isda.cdm.validation.datarule
Methods in org.isda.cdm.validation.datarule that return types with arguments of type Schedule Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Schedule>
FpMLIrd25DataRule. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder schedule)
com.rosetta.model.lib.validation.ValidationResult<Schedule>
FpMLIrd25DataRule. validate(com.rosetta.model.lib.path.RosettaPath path, Schedule schedule)
Methods in org.isda.cdm.validation.datarule with parameters of type Schedule Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Schedule>
FpMLIrd25DataRule. validate(com.rosetta.model.lib.path.RosettaPath path, Schedule schedule)
-
Uses of Schedule in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type Schedule Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Schedule>
ScheduleOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<Schedule>
ScheduleOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Schedule o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type Schedule Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Schedule>
ScheduleOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Schedule o, java.lang.String field)
-