Actuarium

Live rate deployment

Pick an approved or locked GLM-studio model, quote any risk live against its governed rate table, and push the table to Guidewire, Duck Creek, Majesco or a signed webhook โ€” with the hosted rating API for everything else.

Open with agent
Governed model
demo
Sign in to see your approved GLM-studio models.

Rate table

Base rate 412.00000 per unit exposure (exp of the intercept). Relativities are exp(ฮฒ); base levels = 1.000.

FactorLevelRelativity
age_band18-241.6200
age_band25-341.1800
age_band45-640.8800
age_band35-441.0000
vehicle_groupA0.8100
vehicle_groupC1.2700
vehicle_groupB1.0000
years_licensedper unit0.9700

Live quote

Quoted premium
572.22
pure premium 412.0000 = 412.00000 ร— 1 ร— 1; รท (1 โˆ’ 0.28)
  • age_band missing โ†’ base level 35-44
  • vehicle_group missing โ†’ base level B
  • years_licensed missing โ†’ treated as 0
Sign in to register deployment targets and push this table to your rating engine.

Quote through the rating API

Sends the risk above to the governed rating engine โ€” the same code path as POST /api/public/v1/rate, using the saved coefficients of the approved or locked model, not the browser table.

Select an approved or locked model first (the demo table is not deployable).
curl for the same request
curl -X POST /api/public/v1/rate \
  -H "Authorization: Bearer $ACTUARIUM_KEY" -H "Content-Type: application/json" \
  -d '{"analysisId":"<approved-model-id>","risk":{},"exposure":1,"expenseLoad":0.28}'
Create an API key

Assumptions & limitations
  • Only approved or locked GLM-studio analyses are deployable; the rate table is rebuilt from the saved coefficients, so what is quoted is exactly what the reviewer signed off.
  • Unknown levels rate at the base level and are flagged; production systems should reject them instead.
  • Pushes are HMAC-SHA256 signed and versioned; vendor layouts are import-ready CSV shapes, not certified marketplace connectors.
Ask the tutor