Reinsurance Group of America · JSON Structure
Reinsurance Group Of America Underwriting Decision Structure
Structure documentation for an automated underwriting decision from RGA's AURA NEXT platform.
Type:
Properties: 0
Financial-ServicesHealth InsuranceInsurance TechnologyLife InsuranceReinsuranceUnderwritingFortune 500
AURA NEXT Underwriting Decision is a JSON Structure definition published by Reinsurance Group of America.
Meta-schema:
JSON Structure
{
"name": "AURA NEXT Underwriting Decision",
"description": "Structure documentation for an automated underwriting decision from RGA's AURA NEXT platform.",
"fields": [
{ "name": "applicationId", "type": "string", "required": true, "description": "Insurance application identifier." },
{ "name": "decisionId", "type": "string", "required": false, "description": "Decision record identifier." },
{ "name": "decisionDate", "type": "date-time", "required": true, "description": "Timestamp of the decision." },
{ "name": "decision", "type": "string", "required": true, "description": "Decision outcome (Approved, Declined, Referred, etc.)." },
{ "name": "riskClass", "type": "string", "required": false, "description": "Assigned risk classification." },
{ "name": "tableRating", "type": "integer", "required": false, "description": "Table rating percentage above standard mortality." },
{ "name": "flatExtra", "type": "number", "required": false, "description": "Flat extra premium per thousand." },
{ "name": "exclusions", "type": "array[string]", "required": false, "description": "Policy exclusions applied." },
{
"name": "decisionReasons",
"type": "array[object]",
"required": false,
"description": "Reasons contributing to the decision.",
"fields": [
{ "name": "reasonCode", "type": "string", "required": false, "description": "Coded decision factor." },
{ "name": "reasonDescription", "type": "string", "required": false, "description": "Human-readable factor description." },
{ "name": "weight", "type": "number", "required": false, "description": "Relative weight of this factor." }
]
},
{ "name": "automatedDecision", "type": "boolean", "required": false, "description": "Whether fully automated without human review." },
{ "name": "referralQueue", "type": "string", "required": false, "description": "Referral queue if case was referred." },
{
"name": "policyDetails",
"type": "object",
"required": false,
"description": "Policy being underwritten.",
"fields": [
{ "name": "productType", "type": "string", "required": false, "description": "Insurance product type." },
{ "name": "faceAmount", "type": "number", "required": false, "description": "Coverage amount in dollars." },
{ "name": "issueAge", "type": "integer", "required": false, "description": "Applicant age at issue." },
{ "name": "gender", "type": "string", "required": false, "description": "Applicant gender." }
]
},
{ "name": "ruleSetVersion", "type": "string", "required": false, "description": "Version of underwriting rule set used." },
{ "name": "processingTimeMs", "type": "integer", "required": false, "description": "Processing time in milliseconds." }
]
}
Work with this as data
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/reinsurance-group-of-america-underwriting-decision-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.