Uses of Class
org.drip.state.identifier.CustomLabel
Package | Description |
---|---|
org.drip.exposure.evolver |
Securities and Exposure States Evolvers
|
org.drip.param.market |
Curves Surfaces Quotes Fixings Container
|
org.drip.state.curve |
Basis Spline Based Latent States
|
org.drip.state.identifier |
Latent State Identifier Labels
|
-
Uses of CustomLabel in org.drip.exposure.evolver
Methods in org.drip.exposure.evolver with parameters of type CustomLabel Modifier and Type Method Description boolean
LatentStateVertexContainer. add(CustomLabel customLabel, double custom)
Add the Labeled CustomTerminalLatentState
LatentStateDynamicsContainer. custom(CustomLabel customLabel)
Retrieve the Custom Latent Statedouble
LatentStateVertexContainer. custom(CustomLabel customLabel)
Retrieve of Labeled Customboolean
LatentStateDynamicsContainer. customExists(CustomLabel customLabel)
Indicate if the Custom Latent State Existsboolean
LatentStateVertexContainer. exists(CustomLabel customLabel)
Check Presence of Labeled Custom -
Uses of CustomLabel in org.drip.param.market
Methods in org.drip.param.market with parameters of type CustomLabel Modifier and Type Method Description R1ToR1
CurveSurfaceQuoteContainer. collateralCustomCorrelation(java.lang.String strCollateralCurrency, CustomLabel customLabel)
Retrieve the Correlation Surface between the Collateral and the Custom Metric Latent StatesR1ToR1
CurveSurfaceQuoteContainer. creditCustomMetricCorrelation(EntityCDSLabel creditLabel, CustomLabel customLabel)
Retrieve the Correlation Surface between the Credit and the Custom Metric Latent StatesR1ToR1
CurveSurfaceQuoteContainer. customCustomCorrelation(CustomLabel customLabel1, CustomLabel customLabel2)
Retrieve the Correlation Surface between the Custom Metric Latent State PairR1ToR1
CurveSurfaceQuoteContainer. customEquityCorrelation(CustomLabel customLabel, EntityEquityLabel equityLabel)
Retrieve the Correlation Surface between the Custom Metric and the Equity Latent StatesR1ToR1
CurveSurfaceQuoteContainer. customForwardCorrelation(CustomLabel customLabel, ForwardLabel forwardLabel)
Retrieve the Correlation Surface between the Custom Metric and the Forward Latent StatesR1ToR1
CurveSurfaceQuoteContainer. customFXCorrelation(CustomLabel customLabel, FXLabel fxLabel)
Retrieve the Correlation Surface between the Custom Metric and the FX Latent StatesR1ToR1
CurveSurfaceQuoteContainer. customGovvieCorrelation(CustomLabel customLabel, GovvieLabel govvieLabel)
Retrieve the Correlation Surface between the Custom Metric and the Govvie Latent StatesR1ToR1
CurveSurfaceQuoteContainer. customMetricFundingCorrelation(CustomLabel customLabel, FundingLabel fundingLabel)
Retrieve the Correlation Surface between Custom Metric and the Funding Latent StatesR1ToR1
CurveSurfaceQuoteContainer. customOvernightCorrelation(CustomLabel customLabel, OvernightLabel overnightLabel)
Retrieve the Correlation Surface between the Custom Metric and the Overnight Latent StatesR1ToR1
CurveSurfaceQuoteContainer. customPaydownCorrelation(CustomLabel customLabel, PaydownLabel paydownLabel)
Retrieve the Correlation Surface between the Custom Metric and the Pay-down Latent StatesR1ToR1
CurveSurfaceQuoteContainer. customRatingCorrelation(CustomLabel customLabel, RatingLabel ratingLabel)
Retrieve the Correlation Surface between the Custom Metric and the Rating Latent StatesR1ToR1
CurveSurfaceQuoteContainer. customRecoveryCorrelation(CustomLabel customLabel, EntityRecoveryLabel recoveryLabel)
Retrieve the Correlation Surface between the Custom Metric and the Recovery Latent StatesR1ToR1
CurveSurfaceQuoteContainer. customRepoCorrelation(CustomLabel customLabel, RepoLabel repoLabel)
Retrieve the Correlation Surface between the Custom Metric and the Repo Latent StatesVolatilityCurve
CurveSurfaceQuoteContainer. customVolatility(CustomLabel customLabel)
Retrieve the Volatility Curve for the Custom Metric Latent Stateboolean
CurveSurfaceQuoteContainer. setCollateralCustomCorrelation(java.lang.String strCollateralCurrency, CustomLabel customLabel, R1ToR1 auCorrelation)
(Re)-set the Correlation Surface between the Collateral and the Custom Metric Latent Statesboolean
CurveSurfaceQuoteContainer. setCreditCustomCorrelation(EntityCDSLabel creditLabel, CustomLabel customLabel, R1ToR1 auCorrelation)
(Re)-set the Correlation Surface between the Credit and the Custom Metric Latent Statesboolean
CurveSurfaceQuoteContainer. setCustomCustomCorrelation(CustomLabel customLabel1, CustomLabel customLabel2, R1ToR1 auCorrelation)
(Re)-set the Correlation Surface between the Custom Metric Latent State Pairboolean
CurveSurfaceQuoteContainer. setCustomEquityCorrelation(CustomLabel customLabel, EntityEquityLabel equityLabel, R1ToR1 auCorrelation)
(Re)-set the Correlation Surface between the Custom Metric and the Equity Latent Statesboolean
CurveSurfaceQuoteContainer. setCustomForwardCorrelation(CustomLabel customLabel, ForwardLabel forwardLabel, R1ToR1 auCorrelation)
(Re)-set the Correlation Surface between the Custom Metric and the Forward Latent Statesboolean
CurveSurfaceQuoteContainer. setCustomFundingCorrelation(CustomLabel customLabel, FundingLabel fundingLabel, R1ToR1 auCorrelation)
(Re)-set the Correlation Surface between the Custom Metric and the Funding Latent Statesboolean
CurveSurfaceQuoteContainer. setCustomFXCorrelation(CustomLabel customLabel, FXLabel fxLabel, R1ToR1 auCorrelation)
(Re)-set the Correlation Surface between the Custom Metric and the FX Latent Statesboolean
CurveSurfaceQuoteContainer. setCustomGovvieCorrelation(CustomLabel customLabel, GovvieLabel govvieLabel, R1ToR1 auCorrelation)
(Re)-set the Correlation Surface between the Custom Metric and the Govvie Latent Statesboolean
CurveSurfaceQuoteContainer. setCustomOvernightCorrelation(CustomLabel customLabel, OvernightLabel overnightLabel, R1ToR1 auCorrelation)
(Re)-set the Correlation Surface between the Custom Metric and the Overnight Latent Statesboolean
CurveSurfaceQuoteContainer. setCustomPaydownCorrelation(CustomLabel customLabel, PaydownLabel paydownLabel, R1ToR1 auCorrelation)
(Re)-set the Correlation Surface between the Custom Metric and the Pay-down Latent Statesboolean
CurveSurfaceQuoteContainer. setCustomRatingCorrelation(CustomLabel customLabel, RatingLabel ratingLabel, R1ToR1 auCorrelation)
(Re)-set the Correlation Surface between the Custom Metric and the Rating Latent Statesboolean
CurveSurfaceQuoteContainer. setCustomRecoveryCorrelation(CustomLabel customLabel, EntityRecoveryLabel recoveryLabel, R1ToR1 auCorrelation)
(Re)-set the Correlation Surface between the Custom Metric and the Recovery Latent Statesboolean
CurveSurfaceQuoteContainer. setCustomRepoCorrelation(CustomLabel customLabel, RepoLabel repoLabel, R1ToR1 auCorrelation)
(Re)-set the Correlation Surface between the Custom Metric and the Repo Latent States -
Uses of CustomLabel in org.drip.state.curve
Constructors in org.drip.state.curve with parameters of type CustomLabel Constructor Description BasisSplineDeterministicVolatility(int epochDate, CustomLabel customLabel, java.lang.String currency, Span impliedVolatilitySpan)
BasisSplineDeterministicVolatility ConstructorBasisSplineMarketSurface(int epochDate, CustomLabel customLabel, java.lang.String currency, WireSurfaceStretch wireSurfaceStretch)
BasisSplineMarketSurface ConstructorBasisSplineTermStructure(int epochDate, CustomLabel customLabel, java.lang.String currency, Span span)
BasisSplineTermStructure Constructor -
Uses of CustomLabel in org.drip.state.identifier
Methods in org.drip.state.identifier that return CustomLabel Modifier and Type Method Description static CustomLabel
CustomLabel. Standard(java.lang.String customMetricLabel)
Make a Standard Custom Metric Label Instance