public class CreditAnalyticsTestSuite
extends java.lang.Object
Constructor and Description |
---|
CreditAnalyticsTestSuite() |
Modifier and Type | Method and Description |
---|---|
static void |
BasketBondAPISample()
Sample demonstrating the creation/usage of the bond basket API
|
static void |
BasketCDSAPISample()
Sample demonstrating the creation/usage of the CDX API
|
static void |
BondAPISample()
Sample demonstrating the creation/usage of the bond API
|
static void |
BondCDSCurveCalibration()
API demonstrating how to calibrate a CDS curve from CDS and bond quotes
|
static void |
BondEODMeasuresAPISample()
Sample demonstrating the calculation of the bond's EOD measures from price
|
static void |
BondStaticAPISample()
Sample demonstrating the retrieval of the bond's static fields
|
static void |
BondTickerAPISample()
Sample demonstrating the calculation of analytics for the set of bonds associated with the ticker
|
static void |
CalenderAPISample()
Sample demonstrating the calendar API
|
static void |
CDSAPISample()
Sample demonstrating the creation/usage of the CDS API
|
static void |
CDSEODMeasuresAPISample()
Sample demonstrating the calculation of the CDS EOD measures from price
|
static Bond |
CreateCustomBond(java.lang.String strName,
int iBondType)
Creates a custom named bond from the bond type and parameters
|
static void |
CreditCurveAPISample()
Sample API demonstrating the creation/usage of the credit curve API
|
static void |
CustomBondAPISample()
Sample demonstrating the creation/usage of the custom bond API
|
static void |
DayCountAPISample()
Sample API demonstrating the day count functionality
|
static void |
DiscountCurveAPISample()
Sample API demonstrating the creation/usage of discount curve
|
static void |
FXAPISample()
Sample demonstrating the creation/usage of the FX API
|
static void |
main(java.lang.String[] astrArgs) |
public static final Bond CreateCustomBond(java.lang.String strName, int iBondType)
strName
- String representing the bond nameiBondType
- Integer representing the bond type (fixed/floating/custom)public static final void CalenderAPISample()
public static final void DayCountAPISample()
public static final void DiscountCurveAPISample()
public static final void CreditCurveAPISample()
public static final void CDSAPISample()
public static final void BondAPISample()
public static final void CustomBondAPISample()
public static final void BondTickerAPISample()
public static final void BondEODMeasuresAPISample()
public static final void CDSEODMeasuresAPISample()
public static final void BondStaticAPISample()
public static void BondCDSCurveCalibration()
public static final void BasketBondAPISample()
public static final void FXAPISample()
public static final void BasketCDSAPISample()
public static final void main(java.lang.String[] astrArgs)