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 booleanLatentStateVertexContainer. add(CustomLabel customLabel, double custom)Add the Labeled CustomTerminalLatentStateLatentStateDynamicsContainer. custom(CustomLabel customLabel)Retrieve the Custom Latent StatedoubleLatentStateVertexContainer. custom(CustomLabel customLabel)Retrieve of Labeled CustombooleanLatentStateDynamicsContainer. customExists(CustomLabel customLabel)Indicate if the Custom Latent State ExistsbooleanLatentStateVertexContainer. 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 R1ToR1CurveSurfaceQuoteContainer. collateralCustomCorrelation(java.lang.String strCollateralCurrency, CustomLabel customLabel)Retrieve the Correlation Surface between the Collateral and the Custom Metric Latent StatesR1ToR1CurveSurfaceQuoteContainer. creditCustomMetricCorrelation(EntityCDSLabel creditLabel, CustomLabel customLabel)Retrieve the Correlation Surface between the Credit and the Custom Metric Latent StatesR1ToR1CurveSurfaceQuoteContainer. customCustomCorrelation(CustomLabel customLabel1, CustomLabel customLabel2)Retrieve the Correlation Surface between the Custom Metric Latent State PairR1ToR1CurveSurfaceQuoteContainer. customEquityCorrelation(CustomLabel customLabel, EntityEquityLabel equityLabel)Retrieve the Correlation Surface between the Custom Metric and the Equity Latent StatesR1ToR1CurveSurfaceQuoteContainer. customForwardCorrelation(CustomLabel customLabel, ForwardLabel forwardLabel)Retrieve the Correlation Surface between the Custom Metric and the Forward Latent StatesR1ToR1CurveSurfaceQuoteContainer. customFXCorrelation(CustomLabel customLabel, FXLabel fxLabel)Retrieve the Correlation Surface between the Custom Metric and the FX Latent StatesR1ToR1CurveSurfaceQuoteContainer. customGovvieCorrelation(CustomLabel customLabel, GovvieLabel govvieLabel)Retrieve the Correlation Surface between the Custom Metric and the Govvie Latent StatesR1ToR1CurveSurfaceQuoteContainer. customMetricFundingCorrelation(CustomLabel customLabel, FundingLabel fundingLabel)Retrieve the Correlation Surface between Custom Metric and the Funding Latent StatesR1ToR1CurveSurfaceQuoteContainer. customOvernightCorrelation(CustomLabel customLabel, OvernightLabel overnightLabel)Retrieve the Correlation Surface between the Custom Metric and the Overnight Latent StatesR1ToR1CurveSurfaceQuoteContainer. customPaydownCorrelation(CustomLabel customLabel, PaydownLabel paydownLabel)Retrieve the Correlation Surface between the Custom Metric and the Pay-down Latent StatesR1ToR1CurveSurfaceQuoteContainer. customRatingCorrelation(CustomLabel customLabel, RatingLabel ratingLabel)Retrieve the Correlation Surface between the Custom Metric and the Rating Latent StatesR1ToR1CurveSurfaceQuoteContainer. customRecoveryCorrelation(CustomLabel customLabel, EntityRecoveryLabel recoveryLabel)Retrieve the Correlation Surface between the Custom Metric and the Recovery Latent StatesR1ToR1CurveSurfaceQuoteContainer. customRepoCorrelation(CustomLabel customLabel, RepoLabel repoLabel)Retrieve the Correlation Surface between the Custom Metric and the Repo Latent StatesVolatilityCurveCurveSurfaceQuoteContainer. customVolatility(CustomLabel customLabel)Retrieve the Volatility Curve for the Custom Metric Latent StatebooleanCurveSurfaceQuoteContainer. setCollateralCustomCorrelation(java.lang.String strCollateralCurrency, CustomLabel customLabel, R1ToR1 auCorrelation)(Re)-set the Correlation Surface between the Collateral and the Custom Metric Latent StatesbooleanCurveSurfaceQuoteContainer. setCreditCustomCorrelation(EntityCDSLabel creditLabel, CustomLabel customLabel, R1ToR1 auCorrelation)(Re)-set the Correlation Surface between the Credit and the Custom Metric Latent StatesbooleanCurveSurfaceQuoteContainer. setCustomCustomCorrelation(CustomLabel customLabel1, CustomLabel customLabel2, R1ToR1 auCorrelation)(Re)-set the Correlation Surface between the Custom Metric Latent State PairbooleanCurveSurfaceQuoteContainer. setCustomEquityCorrelation(CustomLabel customLabel, EntityEquityLabel equityLabel, R1ToR1 auCorrelation)(Re)-set the Correlation Surface between the Custom Metric and the Equity Latent StatesbooleanCurveSurfaceQuoteContainer. setCustomForwardCorrelation(CustomLabel customLabel, ForwardLabel forwardLabel, R1ToR1 auCorrelation)(Re)-set the Correlation Surface between the Custom Metric and the Forward Latent StatesbooleanCurveSurfaceQuoteContainer. setCustomFundingCorrelation(CustomLabel customLabel, FundingLabel fundingLabel, R1ToR1 auCorrelation)(Re)-set the Correlation Surface between the Custom Metric and the Funding Latent StatesbooleanCurveSurfaceQuoteContainer. setCustomFXCorrelation(CustomLabel customLabel, FXLabel fxLabel, R1ToR1 auCorrelation)(Re)-set the Correlation Surface between the Custom Metric and the FX Latent StatesbooleanCurveSurfaceQuoteContainer. setCustomGovvieCorrelation(CustomLabel customLabel, GovvieLabel govvieLabel, R1ToR1 auCorrelation)(Re)-set the Correlation Surface between the Custom Metric and the Govvie Latent StatesbooleanCurveSurfaceQuoteContainer. setCustomOvernightCorrelation(CustomLabel customLabel, OvernightLabel overnightLabel, R1ToR1 auCorrelation)(Re)-set the Correlation Surface between the Custom Metric and the Overnight Latent StatesbooleanCurveSurfaceQuoteContainer. setCustomPaydownCorrelation(CustomLabel customLabel, PaydownLabel paydownLabel, R1ToR1 auCorrelation)(Re)-set the Correlation Surface between the Custom Metric and the Pay-down Latent StatesbooleanCurveSurfaceQuoteContainer. setCustomRatingCorrelation(CustomLabel customLabel, RatingLabel ratingLabel, R1ToR1 auCorrelation)(Re)-set the Correlation Surface between the Custom Metric and the Rating Latent StatesbooleanCurveSurfaceQuoteContainer. setCustomRecoveryCorrelation(CustomLabel customLabel, EntityRecoveryLabel recoveryLabel, R1ToR1 auCorrelation)(Re)-set the Correlation Surface between the Custom Metric and the Recovery Latent StatesbooleanCurveSurfaceQuoteContainer. 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 CustomLabelCustomLabel. Standard(java.lang.String customMetricLabel)Make a Standard Custom Metric Label Instance