Package org.isda.cdm

Class CreditNotations


  • @RosettaClass
    @RosettaSynonym(value="CreditNotations",
                    source="FpML_5_10")
    public class CreditNotations
    extends com.rosetta.model.lib.RosettaModelObject
    The credit rating notation higher level construct, which provides the ability to specify multiple rating notations.
    Version:
    2.5.4
    • Method Detail

      • getCreditNotation

        @RosettaSynonym(value="creditNotation",
                        source="FpML_5_10")
        public final CreditNotation getCreditNotation()
        This attribute is specified when only one credit notation is determined.
      • getCreditNotations

        public final java.util.List<MultipleCreditNotations> getCreditNotations()
        This attribute provides the ability to specify several credit notations, alongside an 'any' or 'all' or all condition.
      • metaData

        public com.rosetta.model.lib.meta.RosettaMetaData<? extends CreditNotations> metaData()
        Specified by:
        metaData in class com.rosetta.model.lib.RosettaModelObject
      • process

        public void process​(com.rosetta.model.lib.path.RosettaPath path,
                            com.rosetta.model.lib.process.Processor processor)
        Specified by:
        process in class com.rosetta.model.lib.RosettaModelObject
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object