Technical Premium Calculator Script

Function to generate an array of the current Technical Premiums and Technical Fees

Introduction

The naming convention for this script is "NEWRATES_Calculate_TechnicalPremium_PRODUCTCODE".

See Useful Functions for a list of useful functions you can use in your technical calculator.

A template file can be found in Example Empty Rater File.

Parameters In

Name
Example
Description

date

"2023-03-09"

Current date

riskId

"RATE4E08106P00"

RiskId for the risk which we want to rate

debugOverrideFlag

true

Optional parameter to indicate whether to include Debug information along with the other outputs

Shell Command

NEWRATES_Calculate_TechnicalPremium_DEM_RATE("2023-03-09", "RATE4E08106P00", true);		

Parameters Out

Name
Example
Description

Technical Premium Array

N/A

JSON - Array containing Technical Premium and Technical Fee sections which are active on the risk at this current point in time

Last updated