Package org.drip.state.identifier
Class EntityHazardLabel
java.lang.Object
org.drip.state.identifier.EntityDesignateLabel
org.drip.state.identifier.EntityHazardLabel
- All Implemented Interfaces:
LatentStateLabel
public class EntityHazardLabel extends EntityDesignateLabel
EntityHazardLabel contains the Identifier Parameters referencing the Latent State of the Entity
Hazard Curve. It implements the following Functionality.
- EntityHazardLabel Constructor
- Make a Standard Entity Hazard Label from the Reference Entity Name
| Module | Product Core Module |
| Library | Fixed Income Analytics |
| Project | Latent State Inference and Creation Utilities |
| Package | Latent State Identifier Labels |
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description EntityHazardLabel(java.lang.String referenceEntity, java.lang.String currency)EntityHazardLabel constructor -
Method Summary
Modifier and Type Method Description booleanmatch(LatentStateLabel latentStateLabelOther)Indicate whether this Label matches the supplied.static EntityHazardLabelStandard(java.lang.String referenceEntity, java.lang.String currency)Make a Standard Entity Hazard Label from the Reference Entity NameMethods inherited from class org.drip.state.identifier.EntityDesignateLabel
currency, fullyQualifiedName, referenceEntityMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
EntityHazardLabel
public EntityHazardLabel(java.lang.String referenceEntity, java.lang.String currency) throws java.lang.ExceptionEntityHazardLabel constructor- Parameters:
referenceEntity- The Reference Entitycurrency- The Currency- Throws:
java.lang.Exception- Thrown if the inputs are invalid
-
-
Method Details
-
Standard
public static final EntityHazardLabel Standard(java.lang.String referenceEntity, java.lang.String currency)Make a Standard Entity Hazard Label from the Reference Entity Name- Parameters:
referenceEntity- The Reference Entity Namecurrency- The Currency- Returns:
- The Hazard Label
-
match
Description copied from interface:LatentStateLabelIndicate whether this Label matches the supplied.- Specified by:
matchin interfaceLatentStateLabel- Overrides:
matchin classEntityDesignateLabel- Parameters:
latentStateLabelOther- The Supplied Label- Returns:
- TRUE - The Supplied Label matches this.
-