Package org.drip.state.identifier
Class VolatilityLabel
java.lang.Object
org.drip.state.identifier.VolatilityLabel
- All Implemented Interfaces:
LatentStateLabel
public class VolatilityLabel extends java.lang.Object implements LatentStateLabel
VolatilityLabel contains the Identifier Parameters referencing the Latent State of the named
Volatility Curve. Currently it only contains the label of the underlying Latent State. It provides the
following functionality:
- Make a Standard Volatility Latent State Label from the Underlying Latent State Label
- VolatilityLabel Constructor
- Retrieve the Latent State Underlying the Volatility Latent State
| 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 VolatilityLabel(LatentStateLabel underlyingLatentStateLabel)VolatilityLabel Constructor -
Method Summary
Modifier and Type Method Description java.lang.StringfullyQualifiedName()Retrieve the Fully Qualified Namebooleanmatch(LatentStateLabel latentStateLabelOther)Indicate whether this Label matches the supplied.static VolatilityLabelStandard(LatentStateLabel underlyingLatentStateLabel)Make a Standard Volatility Latent State Label from the Underlying Latent State LabelLatentStateLabelunderlyingLatentState()Retrieve the Latent State Underlying the Volatility Latent StateMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
VolatilityLabel
VolatilityLabel Constructor- Parameters:
underlyingLatentStateLabel- Underlying Latent State Label- Throws:
java.lang.Exception- Thrown if the inputs are invalid
-
-
Method Details
-
Standard
Make a Standard Volatility Latent State Label from the Underlying Latent State Label- Parameters:
underlyingLatentStateLabel- Underlying Latent State Label- Returns:
- The Volatility Label
-
underlyingLatentState
Retrieve the Latent State Underlying the Volatility Latent State- Returns:
- The Latent State Underlying the Volatility Latent State
-
fullyQualifiedName
public java.lang.String fullyQualifiedName()Description copied from interface:LatentStateLabelRetrieve the Fully Qualified Name- Specified by:
fullyQualifiedNamein interfaceLatentStateLabel- Returns:
- The Fully Qualified Name
-
match
Description copied from interface:LatentStateLabelIndicate whether this Label matches the supplied.- Specified by:
matchin interfaceLatentStateLabel- Parameters:
latentStateLabelOther- The Supplied Label- Returns:
- TRUE - The Supplied Label matches this.
-