Kernel - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English

The kernel (CDS_kernel.cpp) is configured using the defines specified within the cds_engine_kernel.hpp file.

These defines are used to specify the length of the term structure of interest rates (IRLEN), term strcuture of hazard rates (HAZARDLEN) and the number of CDS spread values (N) calculated by the kernel during a single execution.

The kernel returns an array of CDS fair values spread and takes the following list of inputs:

  • a term structure of interest rates
  • a term structure of hazard rates
  • an array of notional values
  • an array of recovery rates
  • an array of maturities or life of the CDS
  • an array of pay off frequencies (either 1, 2, 4 or 12 months)