Bud Financial · Example Payload

Bud Affordability Report Example

Open BankingTransaction EnrichmentCategorizationAffordabilityPaymentsAISPPISPFinancial DataFintechUKArtificial IntelligenceMachine-Learning

Bud Affordability Report Example is an example object payload from Bud Financial, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

customer_idgenerated_atwindowincomeexpendituredisposable_incomerisk_insights

Example Payload

Raw ↑
{
  "customer_id": "cus_01HZBUDEXAMPLE",
  "generated_at": "2026-05-25T09:15:00Z",
  "window": {
    "from": "2026-02-25",
    "to": "2026-05-25",
    "months_covered": 3
  },
  "income": {
    "monthly_average": 3850.00,
    "currency": "GBP",
    "sources": [
      {"name": "Salary - Acme Ltd", "monthly_average": 3500.00, "confidence": 0.97},
      {"name": "Universal Credit", "monthly_average": 350.00, "confidence": 0.88}
    ]
  },
  "expenditure": {
    "monthly_average": 2960.00,
    "currency": "GBP",
    "breakdown": [
      {"category": "housing", "monthly_average": 1100.00},
      {"category": "utilities", "monthly_average": 220.00},
      {"category": "groceries", "monthly_average": 480.00},
      {"category": "transport", "monthly_average": 180.00},
      {"category": "subscriptions", "monthly_average": 95.00},
      {"category": "debt-repayment", "monthly_average": 410.00},
      {"category": "discretionary", "monthly_average": 475.00}
    ]
  },
  "disposable_income": 890.00,
  "risk_insights": {
    "unauthorised_overdraft_events_90d": 0,
    "gambling_spend_90d": 12.00,
    "essential_spend_ratio": 0.61
  }
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/bud-affordability-report-example"
All examples
curl "https://apis.io/api/v1/examples?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.