Class EntityCreditLabel

java.lang.Object
org.drip.state.identifier.EntityDesignateLabel
org.drip.state.identifier.EntityCreditLabel
All Implemented Interfaces:
LatentStateLabel
Direct Known Subclasses:
EntityCDSLabel, EntityFundingLabel, EntityRecoveryLabel

public abstract class EntityCreditLabel
extends EntityDesignateLabel
EntityCreditLabel contains the Identifier Parameters referencing the Latent State of the named Entity Credit Curve. It implements the following Functionality.
  • Retrieve the Seniority

Module Product Core Module
Library Fixed Income Analytics
Project Latent State Inference and Creation Utilities
Package Latent State Identifier Labels
Author:
Lakshmi Krishnamurthy
  • Field Summary

    Fields
    Modifier and Type Field Description
    static java.lang.String SENIORITY_SENIOR
    The "SENIOR" Seniority Setting
    static java.lang.String SENIORITY_SUBORDINATE
    The "SUBORDINATE" Seniority Setting
  • Method Summary

    Modifier and Type Method Description
    java.lang.String fullyQualifiedName()
    Retrieve the Fully Qualified Name
    boolean match​(LatentStateLabel latentStateLabelOther)
    Indicate whether this Label matches the supplied.
    java.lang.String seniority()
    Retrieve the Seniority

    Methods inherited from class org.drip.state.identifier.EntityDesignateLabel

    currency, referenceEntity

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • SENIORITY_SENIOR

      public static final java.lang.String SENIORITY_SENIOR
      The "SENIOR" Seniority Setting
      See Also:
      Constant Field Values
    • SENIORITY_SUBORDINATE

      public static final java.lang.String SENIORITY_SUBORDINATE
      The "SUBORDINATE" Seniority Setting
      See Also:
      Constant Field Values
  • Method Details