Skip to main content
POST
Calculate Zero Rate from Discount Factor

Authorizations

X-API-Key
string
header
required

API key for authentication. Get your key at https://api.fincept.in/auth/register

Body

application/json
discount_factor
number
required

The discount factor (must be between 0 and 1)

Example:

0.9048

t
number
required

Time period in years

Example:

2

compounding
enum<string>
default:continuous

Compounding convention

Available options:
simple,
continuous,
annual
Example:

"continuous"

Response

Successful Response

success
boolean
Example:

true

data
object