This function takes as input the initial cost table (by default uses the internal
dataset initial_costs
) and returns a named list containing:
terrorism - Terrorism Cost
all_risk - All Risk Cost (CAT + AOP)
risk_transfer - Risk Transfer Cost (CAT + AOP + Terrorism)
expenses - Total expenses
total_w_expense - Total Including Expenses
extract_costs(cost_table)
cost_table | initial costs data.frame to extract from (default equals initial_costs) |
---|
list of costs