Uses of Class
org.isda.cdm.InterestShortFall
-
Packages that use InterestShortFall Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of InterestShortFall in org.isda.cdm
Methods in org.isda.cdm that return InterestShortFall Modifier and Type Method Description InterestShortFall
InterestShortFall.InterestShortFallBuilder. build()
InterestShortFall
FloatingAmountEvents. getInterestShortfall()
A floating rate payment event.Methods in org.isda.cdm that return types with arguments of type InterestShortFall Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends InterestShortFall>
InterestShortFall.InterestShortFallBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends InterestShortFall>
InterestShortFall. metaData()
Methods in org.isda.cdm with parameters of type InterestShortFall Modifier and Type Method Description FloatingAmountEvents.FloatingAmountEventsBuilder
FloatingAmountEvents.FloatingAmountEventsBuilder. setInterestShortfall(InterestShortFall interestShortfall)
-
Uses of InterestShortFall in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type InterestShortFall Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super InterestShortFall>>
InterestShortFallMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super InterestShortFall>>
InterestShortFallMeta. dataRules()
java.util.List<java.util.function.Function<? super InterestShortFall,com.rosetta.model.lib.qualify.QualifyResult>>
InterestShortFallMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super InterestShortFall,java.lang.String>
InterestShortFallMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super InterestShortFall>
InterestShortFallMeta. validator()
-
Uses of InterestShortFall in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type InterestShortFall Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<InterestShortFall>
InterestShortFallValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<InterestShortFall>
InterestShortFallValidator. validate(com.rosetta.model.lib.path.RosettaPath path, InterestShortFall o)
Methods in org.isda.cdm.validation with parameters of type InterestShortFall Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<InterestShortFall>
InterestShortFallValidator. validate(com.rosetta.model.lib.path.RosettaPath path, InterestShortFall o)
-
Uses of InterestShortFall in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type InterestShortFall Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<InterestShortFall>
InterestShortFallOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<InterestShortFall>
InterestShortFallOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, InterestShortFall o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type InterestShortFall Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<InterestShortFall>
InterestShortFallOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, InterestShortFall o, java.lang.String field)
-