Uses of Class
org.drip.historical.state.CreditCurveMetrics
Package | Description |
---|---|
org.drip.service.state |
Curve Based State Metric Generator
|
-
Uses of CreditCurveMetrics in org.drip.service.state
Methods in org.drip.service.state that return CreditCurveMetrics Modifier and Type Method Description static CreditCurveMetrics
CreditCurveAPI. DailyMetrics(JulianDate dtSpot, java.lang.String[] astrFundingFixingMaturityTenor, double[] adblFundingFixingQuote, java.lang.String strFullCreditIndexName, double dblCreditIndexQuotedSpread, java.lang.String[] astrForTenor)
Generate the Horizon Metrics for the Specified InputsMethods in org.drip.service.state that return types with arguments of type CreditCurveMetrics Modifier and Type Method Description static java.util.TreeMap<JulianDate,CreditCurveMetrics>
CreditCurveAPI. HorizonMetrics(JulianDate[] adtSpot, java.lang.String[] astrFundingFixingMaturityTenor, double[][] aadblFundingFixingQuote, java.lang.String[] astrFullCreditIndexName, double[] adblCreditIndexQuotedSpread, java.lang.String[] astrForTenor)
Generate the Horizon Metrics for the Specified Inputs