Uses of Class
org.drip.state.identifier.FundingLabel
Package | Description |
---|---|
org.drip.analytics.cashflow |
Unit/Composite Cash Flow Periods.
|
org.drip.analytics.output |
Period Product Targeted Valuation Measures
|
org.drip.analytics.support |
Assorted Support and Helper Utilities
|
org.drip.dynamics.hjm |
HJM Based Latent State Evolution
|
org.drip.dynamics.hullwhite |
Hull White Latent State Evolution
|
org.drip.dynamics.lmm |
LMM Based Latent State Evolution
|
org.drip.exposure.evolver |
Securities and Exposure States Evolvers
|
org.drip.param.market |
Curves Surfaces Quotes Fixings Container
|
org.drip.product.calib |
Curve/Surface Calibration Quote Sets
|
org.drip.product.credit |
Credit Products - Components and Baskets
|
org.drip.product.definition |
Fixed Income Components/Baskets Definitions
|
org.drip.product.fx |
FX Forwards, Cross Currency Swaps
|
org.drip.product.govvie |
Treasury Bills, Notes, Bonds, Futures
|
org.drip.product.option |
Options on Fixed Income Components
|
org.drip.product.rates |
Fixed Income Multi-Stream Components
|
org.drip.state.identifier |
Latent State Identifier Labels
|
-
Uses of FundingLabel in org.drip.analytics.cashflow
Methods in org.drip.analytics.cashflow that return FundingLabel Modifier and Type Method Description FundingLabel
Bullet. fundingLabel()
Return the Funding LabelFundingLabel
CompositePeriod. fundingLabel()
Return the Funding Label -
Uses of FundingLabel in org.drip.analytics.output
Methods in org.drip.analytics.output that return FundingLabel Modifier and Type Method Description FundingLabel
BulletMetrics. fundingLabel()
Retrieve the Funding LabelMethods in org.drip.analytics.output with parameters of type FundingLabel Modifier and Type Method Description java.util.Map<java.lang.Integer,java.lang.Double>
BulletMetrics. discountFactorFundingLoading(FundingLabel fundingLabel)
Retrieve the Discount Factor Loading Coefficient for the specified Funding Latent StateConstructors in org.drip.analytics.output with parameters of type FundingLabel Constructor Description BulletMetrics(int iTerminalDate, int iPayDate, double dblNotional, double dblSurvival, double dblDF, double dblFX, ConvexityAdjustment convAdj, EntityCDSLabel creditLabel, FundingLabel fundingLabel, FXLabel fxLabel)
BulletMetrics Constructor -
Uses of FundingLabel in org.drip.analytics.support
Methods in org.drip.analytics.support with parameters of type FundingLabel Modifier and Type Method Description static double
OptionHelper. IntegratedFRACrossVolConvexityAdjuster(CurveSurfaceQuoteContainer csqs, ForwardLabel forwardLabel, FundingLabel fundingLabel, double dblForwardShiftedLogNormalScaler, double dblFundingShiftedLogNormalScaler, int iStartDate, int iEndDate)
Compute the Integrated FRA Cross Volatility Convexity Adjuster given the corresponding volatility and the correlation Curves and the date spans -
Uses of FundingLabel in org.drip.dynamics.hjm
Methods in org.drip.dynamics.hjm that return FundingLabel Modifier and Type Method Description FundingLabel
MultiFactorStateEvolver. fundingLabel()
Retrieve the Funding LabelMethods in org.drip.dynamics.hjm with parameters of type FundingLabel Modifier and Type Method Description static ShortForwardRateUpdate
ShortForwardRateUpdate. Create(FundingLabel lslFunding, ForwardLabel lslForward, int iInitialDate, int iFinalDate, int iTargetPointDate, double dblInstantaneousForwardRate, double dblInstantaneousForwardRateIncrement, double dblLIBORForwardRate, double dblLIBORForwardRateIncrement, double dblShiftedLIBORForwardRate, double dblShiftedLIBORForwardRateIncrement, double dblShortRate, double dblShortRateIncrement, double dblCompoundedShortRate, double dblCompoundedShortRateIncrement, double dblPrice, double dblPriceIncrement)
Construct an Instance of ShortForwardRateUpdateConstructors in org.drip.dynamics.hjm with parameters of type FundingLabel Constructor Description MultiFactorStateEvolver(FundingLabel lslFunding, ForwardLabel lslForward, MultiFactorVolatility mfv, R1ToR1 auInitialInstantaneousForwardRate)
MultiFactorStateEvolver Constructor -
Uses of FundingLabel in org.drip.dynamics.hullwhite
Methods in org.drip.dynamics.hullwhite that return FundingLabel Modifier and Type Method Description FundingLabel
SingleFactorStateEvolver. fundingLabel()
Retrieve the Funding LabelMethods in org.drip.dynamics.hullwhite with parameters of type FundingLabel Modifier and Type Method Description static ShortRateUpdate
ShortRateUpdate. Create(FundingLabel lslFunding, int iInitialDate, int iFinalDate, int iTargetPointDate, double dblInitialShortRate, double dblRealizedFinalShortRate, double dblExpectedFinalShortRate, double dblFinalShortRateVariance, double dblZeroCouponBondPrice)
Construct an Instance of ShortRateUpdateConstructors in org.drip.dynamics.hullwhite with parameters of type FundingLabel Constructor Description SingleFactorStateEvolver(FundingLabel lslFunding, double dblSigma, double dblA, R1ToR1 auIFRInitial, UnivariateSequenceGenerator usg)
SingleFactorStateEvolver Constructor -
Uses of FundingLabel in org.drip.dynamics.lmm
Methods in org.drip.dynamics.lmm that return FundingLabel Modifier and Type Method Description FundingLabel
ContinuousForwardRateEvolver. fundingLabel()
Retrieve the Funding LabelFundingLabel
LognormalLIBORCurveEvolver. fundingLabel()
Retrieve the Funding LabelFundingLabel
LognormalLIBORPointEvolver. fundingLabel()
Retrieve the Funding LabelMethods in org.drip.dynamics.lmm with parameters of type FundingLabel Modifier and Type Method Description static BGMCurveUpdate
BGMCurveUpdate. Create(FundingLabel lslFunding, ForwardLabel lslForward, int iInitialDate, int iFinalDate, ForwardCurve fc, Span spanLIBORIncrement, MergedDiscountForwardCurve dc, Span spanDiscountFactorIncrement, Span spanContinuousForwardRateIncrement, Span spanSpotRateIncrement, Span spanInstantaneousEffectiveForward, Span spanInstantaneousNominalForward, LognormalLIBORVolatility llv)
Construct an Instance of BGMCurveUpdatestatic BGMPointUpdate
BGMPointUpdate. Create(FundingLabel lslFunding, ForwardLabel lslForward, int iInitialDate, int iFinalDate, int iTargetPointDate, double dblLIBOR, double dblLIBORIncrement, double dblContinuousForwardRate, double dblContinuousForwardRateIncrement, double dblSpotRate, double dblSpotRateIncrement, double dblDiscountFactor, double dblDiscountFactorIncrement, double dblInstantaneousEffectiveForwardRate, double dblInstantaneousNominalForwardRate, double dblLognormalLIBORVolatility, double dblContinuouslyCompoundedForwardVolatility)
Construct an Instance of BGMPointUpdatestatic ContinuousForwardRateUpdate
ContinuousForwardRateUpdate. Create(FundingLabel lslFunding, ForwardLabel lslForward, int iInitialDate, int iFinalDate, int iTargetPointDate, double dblContinuousForwardRate, double dblContinuousForwardRateIncrement, double dblSpotRate, double dblSpotRateIncrement, double dblDiscountFactor, double dblDiscountFactorIncrement, double dblDContinuousForwardDXInitial, double dblDContinuousForwardDXTerminal)
Construct an Instance of ContinuousForwardRateUpdatestatic LognormalLIBORCurveEvolver
LognormalLIBORCurveEvolver. Create(FundingLabel lslFunding, ForwardLabel lslForward, int iNumForwardTenor, SegmentCustomBuilderControl scbc)
Create a LognormalLIBORCurveEvolver InstanceConstructors in org.drip.dynamics.lmm with parameters of type FundingLabel Constructor Description ContinuousForwardRateEvolver(FundingLabel lslFunding, ForwardLabel lslForward, MultiFactorVolatility mfv, R1ToR1 auInitialInstantaneousForwardRate)
ContinuousForwardRateEvolver ConstructorLognormalLIBORCurveEvolver(FundingLabel lslFunding, ForwardLabel lslForward, int iNumForwardTenor, SegmentCustomBuilderControl scbcLIBOR, SegmentCustomBuilderControl scbcDiscountFactor, SegmentCustomBuilderControl scbcLIBORIncrement, SegmentCustomBuilderControl scbcDiscountFactorIncrement, SegmentCustomBuilderControl scbcContinuousForwardIncrement, SegmentCustomBuilderControl scbcSpotRateIncrement, SegmentCustomBuilderControl scbcInstantaneousEffectiveForward, SegmentCustomBuilderControl scbcInstantaneousNominalForward)
LognormalLIBORCurveEvolver ConstructorLognormalLIBORPointEvolver(FundingLabel lslFunding, ForwardLabel lslForward, LognormalLIBORVolatility llv, ForwardCurve fc, MergedDiscountForwardCurve dc)
LognormalLIBORPointEvolver Constructor -
Uses of FundingLabel in org.drip.exposure.evolver
Methods in org.drip.exposure.evolver with parameters of type FundingLabel Modifier and Type Method Description boolean
LatentStateVertexContainer. add(FundingLabel fundingLabel, double funding)
Add the Labeled Fundingboolean
LatentStateVertexContainer. exists(FundingLabel fundingLabel)
Check Presence of Labeled FundingTerminalLatentState
LatentStateDynamicsContainer. funding(FundingLabel fundingLabel)
Retrieve the Funding Latent Statedouble
LatentStateVertexContainer. funding(FundingLabel fundingLabel)
Retrieve of Labeled Fundingboolean
LatentStateDynamicsContainer. fundingExists(FundingLabel fundingLabel)
Indicate if the Funding Latent State Exists -
Uses of FundingLabel in org.drip.param.market
Methods in org.drip.param.market with parameters of type FundingLabel Modifier and Type Method Description R1ToR1
CurveSurfaceQuoteContainer. collateralFundingCorrelation(java.lang.String strCollateralCurrency, FundingLabel fundingLabel)
Retrieve the Correlation Surface between the Collateral and the Funding Latent StatesR1ToR1
CurveSurfaceQuoteContainer. creditFundingCorrelation(EntityCDSLabel creditLabel, FundingLabel fundingLabel)
Retrieve the Correlation Surface between the Credit and the Funding Latent StatesR1ToR1
CurveSurfaceQuoteContainer. customMetricFundingCorrelation(CustomLabel customLabel, FundingLabel fundingLabel)
Retrieve the Correlation Surface between Custom Metric and the Funding Latent StatesR1ToR1
CurveSurfaceQuoteContainer. equityFundingCorrelation(EntityEquityLabel equityLabel, FundingLabel fundingLabel)
Retrieve the Correlation Surface between Equity and the Funding Latent StatesR1ToR1
CurveSurfaceQuoteContainer. forwardFundingCorrelation(ForwardLabel forwardLabel, FundingLabel fundingLabel)
Retrieve the Correlation Surface between the Forward and the Funding Latent StatesR1ToR1
CurveSurfaceQuoteContainer. fundingFundingCorrelation(FundingLabel fundingLabel1, FundingLabel fundingLabel2)
Retrieve the Correlation Surface between the Pair of Funding Latent StatesR1ToR1
CurveSurfaceQuoteContainer. fundingFXCorrelation(FundingLabel fundingLabel, FXLabel fxLabel)
Retrieve the Correlation Surface between the Funding and the FX Latent StatesR1ToR1
CurveSurfaceQuoteContainer. fundingGovvieCorrelation(FundingLabel fundingLabel, GovvieLabel govvieLabel)
Retrieve the Correlation Surface between the Funding and the Govvie Latent StatesR1ToR1
CurveSurfaceQuoteContainer. fundingOvernightCorrelation(FundingLabel fundingLabel, OvernightLabel overnightLabel)
Retrieve the Correlation Surface between the Funding and the Overnight Latent StatesR1ToR1
CurveSurfaceQuoteContainer. fundingPaydownCorrelation(FundingLabel fundingLabel, PaydownLabel paydownLabel)
Retrieve the Correlation Surface between the Funding and the Pay-down Latent StatesR1ToR1
CurveSurfaceQuoteContainer. fundingRatingCorrelation(FundingLabel fundingLabel, RatingLabel ratingLabel)
Retrieve the Correlation Surface between the Funding and the Rating Latent StatesR1ToR1
CurveSurfaceQuoteContainer. fundingRecoveryCorrelation(FundingLabel fundingLabel, EntityRecoveryLabel recoveryLabel)
Retrieve the Correlation Surface between the Funding and the Recovery Latent StatesR1ToR1
CurveSurfaceQuoteContainer. fundingRepoCorrelation(FundingLabel fundingLabel, RepoLabel repoLabel)
Retrieve the Correlation Surface between the Funding and the Repo Latent StatesMergedDiscountForwardCurve
CurveSurfaceQuoteContainer. fundingState(FundingLabel fundingLabel)
Retrieve the Funding Latent State Corresponding to the LabelVolatilityCurve
CurveSurfaceQuoteContainer. fundingVolatility(FundingLabel fundingLabel)
Retrieve the Volatility Curve for the Funding Latent State Labelboolean
CurveSurfaceQuoteContainer. setCollateralFundingCorrelation(java.lang.String strCollateralCurrency, FundingLabel fundingLabel, R1ToR1 auCorrelation)
(Re)-set the Correlation Surface between the Collateral and the Funding Latent Statesboolean
CurveSurfaceQuoteContainer. setCreditFundingCorrelation(EntityCDSLabel creditLabel, FundingLabel fundingLabel, R1ToR1 auCorrelation)
(Re)-set the Correlation Surface between the Credit and the Funding 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. setEquityFundingCorrelation(EntityEquityLabel equityLabel, FundingLabel fundingLabel, R1ToR1 auCorrelation)
(Re)-set the Correlation Surface between the Equity and the Funding Latent Statesboolean
CurveSurfaceQuoteContainer. setForwardFundingCorrelation(ForwardLabel forwardLabel, FundingLabel fundingLabel, R1ToR1 auCorrelation)
(Re)-set the Correlation Surface between the Forward and the Funding Latent Statesboolean
CurveSurfaceQuoteContainer. setFundingFundingCorrelation(FundingLabel fundingLabel1, FundingLabel fundingLabel2, R1ToR1 auCorrelation)
(Re)-set the Correlation Surface between the Pair of Funding Latent Statesboolean
CurveSurfaceQuoteContainer. setFundingFXCorrelation(FundingLabel fundingLabel, FXLabel fxLabel, R1ToR1 auCorrelation)
(Re)-set the Correlation Surface between the Funding and the FX Latent Statesboolean
CurveSurfaceQuoteContainer. setFundingGovvieCorrelation(FundingLabel fundingLabel, GovvieLabel govvieLabel, R1ToR1 auCorrelation)
(Re)-set the Correlation Surface between the Funding and the Govvie Latent Statesboolean
CurveSurfaceQuoteContainer. setFundingOvernightCorrelation(FundingLabel fundingLabel, OvernightLabel overnightLabel, R1ToR1 auCorrelation)
(Re)-set the Correlation Surface between the Funding and the Overnight Latent Statesboolean
CurveSurfaceQuoteContainer. setFundingPaydownCorrelation(FundingLabel fundingLabel, PaydownLabel paydownLabel, R1ToR1 auCorrelation)
(Re)-set the Correlation Surface between the Funding and the Pay-down Latent Statesboolean
CurveSurfaceQuoteContainer. setFundingRecoveryCorrelation(FundingLabel fundingLabel, EntityRecoveryLabel recoveryLabel, R1ToR1 auCorrelation)
(Re)-set the Correlation Surface between the Funding and the Recovery Latent Statesboolean
CurveSurfaceQuoteContainer. setFundingRecoveryCorrelation(FundingLabel fundingLabel, RatingLabel ratingLabel, R1ToR1 auCorrelation)
(Re)-set the Correlation Surface between the Funding and the Rating Latent Statesboolean
CurveSurfaceQuoteContainer. setFundingRepoCorrelation(FundingLabel fundingLabel, RepoLabel repoLabel, R1ToR1 auCorrelation)
(Re)-set the Correlation Surface between the Funding and the Repo Latent States -
Uses of FundingLabel in org.drip.product.calib
Methods in org.drip.product.calib that return FundingLabel Modifier and Type Method Description FundingLabel
ProductQuoteSet. fundingLabel()
Retrieve the Funding Latent State Label, if it exists -
Uses of FundingLabel in org.drip.product.credit
Methods in org.drip.product.credit that return FundingLabel Modifier and Type Method Description FundingLabel
BondComponent. fundingLabel()
FundingLabel
CDSComponent. fundingLabel()
-
Uses of FundingLabel in org.drip.product.definition
Methods in org.drip.product.definition that return FundingLabel Modifier and Type Method Description FundingLabel[]
BasketMarketParamRef. fundingLabel()
Get the Array of Funding Curve Latent State LabelsFundingLabel[]
BasketProduct. fundingLabel()
FundingLabel
ComponentMarketParamRef. fundingLabel()
Get the Funding Curve Latent State Label -
Uses of FundingLabel in org.drip.product.fx
Methods in org.drip.product.fx that return FundingLabel Modifier and Type Method Description FundingLabel
FXForwardComponent. fundingLabel()
-
Uses of FundingLabel in org.drip.product.govvie
Methods in org.drip.product.govvie that return FundingLabel Modifier and Type Method Description FundingLabel
TreasuryFutures. fundingLabel()
-
Uses of FundingLabel in org.drip.product.option
Methods in org.drip.product.option that return FundingLabel Modifier and Type Method Description FundingLabel
OptionComponent. fundingLabel()
-
Uses of FundingLabel in org.drip.product.rates
Methods in org.drip.product.rates that return FundingLabel Modifier and Type Method Description FundingLabel
FixFloatComponent. fundingLabel()
FundingLabel
FloatFloatComponent. fundingLabel()
FundingLabel
RatesBasket. fundingLabel()
FundingLabel
SingleStreamComponent. fundingLabel()
FundingLabel
Stream. fundingLabel()
Retrieve the Funding Label -
Uses of FundingLabel in org.drip.state.identifier
Methods in org.drip.state.identifier that return FundingLabel Modifier and Type Method Description static FundingLabel
FundingLabel. Standard(java.lang.String currency)
Make a Standard Funding Label from the Funding Currency