RunTime Information
Error message
Microservice not called
JSON text
---
Calculation audit
---
Function Information
Function name
VN
Description
Present value discount function (annual in arrears).
API sample signature (new window)
https://ptxapp.azurewebsites.net/api/VN?GET&ConstantInterestRate=0.05&ConstantInPaymentIncreaseRate=0.025&AgeFrom=55&AgeTo=60
Inputs required
i = ConstantInterestRate [Rate as a Double eg use 0.03 for 3%],
j = ConstantInPaymentIncreaseRate [Rate as a Double eg use 0.033 for 3.3.%],
AgeFrom [Integer],
AgeTo [Integer]
Outputs
json, class, VN [Double]
Version number
Beta V0.0.2 20210429
Technical notes
Present value discount Function (annual in arrears). This function can be overloaded with age/future rates.