Uses of Class
org.isda.cdm.NotifyingParty
-
Packages that use NotifyingParty Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of NotifyingParty in org.isda.cdm
Methods in org.isda.cdm that return NotifyingParty Modifier and Type Method Description NotifyingParty
NotifyingParty.NotifyingPartyBuilder. build()
NotifyingParty
CreditEventNotice. getNotifyingParty()
The notifying party is the party that notifies the other party when a credit event has occurred by means of a credit event notice.Methods in org.isda.cdm that return types with arguments of type NotifyingParty Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends NotifyingParty>
NotifyingParty. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends NotifyingParty>
NotifyingParty.NotifyingPartyBuilder. metaData()
Methods in org.isda.cdm with parameters of type NotifyingParty Modifier and Type Method Description CreditEventNotice.CreditEventNoticeBuilder
CreditEventNotice.CreditEventNoticeBuilder. setNotifyingParty(NotifyingParty notifyingParty)
-
Uses of NotifyingParty in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type NotifyingParty Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super NotifyingParty>>
NotifyingPartyMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super NotifyingParty>>
NotifyingPartyMeta. dataRules()
java.util.List<java.util.function.Function<? super NotifyingParty,com.rosetta.model.lib.qualify.QualifyResult>>
NotifyingPartyMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super NotifyingParty,java.lang.String>
NotifyingPartyMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super NotifyingParty>
NotifyingPartyMeta. validator()
-
Uses of NotifyingParty in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type NotifyingParty Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<NotifyingParty>
NotifyingPartyValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<NotifyingParty>
NotifyingPartyValidator. validate(com.rosetta.model.lib.path.RosettaPath path, NotifyingParty o)
Methods in org.isda.cdm.validation with parameters of type NotifyingParty Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<NotifyingParty>
NotifyingPartyValidator. validate(com.rosetta.model.lib.path.RosettaPath path, NotifyingParty o)
-
Uses of NotifyingParty in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type NotifyingParty Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<NotifyingParty>
NotifyingPartyOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<NotifyingParty>
NotifyingPartyOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, NotifyingParty o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type NotifyingParty Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<NotifyingParty>
NotifyingPartyOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, NotifyingParty o, java.lang.String field)
-