II.
Role JSON
Structured · liverole:actuary
Actuary json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "role:actuary",
"_kind": "Role",
"_file": "role/roles/roles-expanded-3.yaml",
"_cluster": "role",
"attributes": {
"displayName": "Actuary",
"isAgentic": false,
"requiredCapabilities": [],
"requiredDomains": [],
"description": "Applies mathematical and statistical methods to assess financial risk —\ninsurance pricing, reserve estimation, pension fund valuation, and\ncatastrophe modeling. Combines probability theory with domain expertise\nin insurance and finance.\n"
},
"outgoingEdges": [
{
"from": "role:actuary",
"to": "responsibility:financial-model-accuracy",
"kind": "holds_responsibility"
},
{
"from": "role:actuary",
"to": "responsibility:risk-model-validation",
"kind": "holds_responsibility"
},
{
"from": "role:actuary",
"to": "responsibility:regulatory-reporting",
"kind": "holds_responsibility"
},
{
"from": "role:actuary",
"to": "domain:insurance",
"kind": "applies_to",
"attributes": {}
},
{
"from": "role:actuary",
"to": "domain:finance",
"kind": "applies_to",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "responsibility:financial-model-accuracy",
"to": "role:actuary",
"kind": "held_by",
"attributes": {}
},
{
"from": "responsibility:risk-model-validation",
"to": "role:actuary",
"kind": "held_by",
"attributes": {}
},
{
"from": "workflow:insurance-claims-adjudication",
"to": "role:actuary",
"kind": "involves_role",
"attributes": {}
}
]
}