{
"name": "assess_payment_institution_authorisation_readiness",
"description": "Gaps PI/EMI/AISP/PISP licence applications against FCA and EU NCA requirements per PSD2/PSRs 2017.",
"inputSchema": {
"type": "object",
"properties": {
"entity_type": { "type": "string", "enum": ["PI","EMI","AISP","PISP"] },
"jurisdiction": { "type": "string", "enum": ["UK","EU"] },
"services": { "type": "array", "items": { "type": "string" } },
"has_aml_programme": { "type": "boolean" },
"initial_capital": { "type": "number", "description": "Initial capital in GBP/EUR" },
"safeguarding_approach":{ "type": "string" }
},
"required": ["entity_type","jurisdiction"]
},
"outputSchema": {
"type": "object",
"properties": {
"readiness_score": { "type": "number" },
"score_tier": { "type": "string" },
"capital_gaps": { "type": "array" },
"requirement_gaps":{ "type": "array" },
"next_steps": { "type": "array" }
}
}
}