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.
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.
| Factor | Level | Relativity |
|---|---|---|
| age_band | 18-24 | 1.6200 |
| age_band | 25-34 | 1.1800 |
| age_band | 45-64 | 0.8800 |
| age_band | 35-44 | 1.0000 |
| vehicle_group | A | 0.8100 |
| vehicle_group | C | 1.2700 |
| vehicle_group | B | 1.0000 |
| years_licensed | per unit | 0.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}'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.