Actuary
Some description
Actuary shall execute the Create Cohort function to deploy a cohort after assessing it for flaws and performing underwriting checks.
Create Cohort
To create a cohort the Actuary calls the createCohort
function. This function is only accessible by the Actuary.
Input variables :
_cohortFactory : refers to the smart contract which will deploy the cohort i.e. Cohort factory address
name : refers to the name of the to be deployed cohort
_cohortStartCapital : refers to the minimum capital required at which the cohort can be started
premiumCurrency : refers to the cohort premium pool's digital asset (USDT, USDC, etc)
minPremium : refers to the minimum premium amount which the pools should have.
Last updated