Class EntityDesignateLabel

java.lang.Object
org.drip.state.identifier.EntityDesignateLabel
All Implemented Interfaces:
LatentStateLabel
Direct Known Subclasses:
EntityCreditLabel, EntityEquityLabel, EntityHazardLabel

public abstract class EntityDesignateLabel
extends java.lang.Object
implements LatentStateLabel
EntityDesignateLabel contains the Identifier Parameters referencing the Latent State of an Entity Designate. It implements the following Functionality.
  • Retrieve the Reference Entity
  • Retrieve the Currency

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

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

    Methods inherited from class java.lang.Object

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

    • fullyQualifiedName

      public java.lang.String fullyQualifiedName()
      Description copied from interface: LatentStateLabel
      Retrieve the Fully Qualified Name
      Specified by:
      fullyQualifiedName in interface LatentStateLabel
      Returns:
      The Fully Qualified Name
    • match

      public boolean match​(LatentStateLabel latentStateLabelOther)
      Description copied from interface: LatentStateLabel
      Indicate whether this Label matches the supplied.
      Specified by:
      match in interface LatentStateLabel
      Parameters:
      latentStateLabelOther - The Supplied Label
      Returns:
      TRUE - The Supplied Label matches this.
    • referenceEntity

      public java.lang.String referenceEntity()
      Retrieve the Reference Entity
      Returns:
      The Reference Entity
    • currency

      public java.lang.String currency()
      Retrieve the Currency
      Returns:
      The Currency