{
  "id": "txn_123456789",
  "date": "2024-01-15",
  "amount": -29.99,
  "currency": "USD",
  "description": "NETFLIX.COM",
  "account_holder_id": "ah_123456789",
  "entity": {
    "id": "ent_netflix",
    "name": "Netflix",
    "type": "merchant",
    "website": "netflix.com",
    "logo": "https://logos.ledgerbeam.com/netflix.com"
  },
  "category": {
    "primary": "Entertainment",
    "secondary": ["Streaming Service"],
    "accounting_category": "Subscriptions"
  },
  "recurrence": {
    "is_recurring": true,
    "frequency": "monthly",
    "next_occurrence": "2024-02-15"
  }
}