{
    "invoice_number": "INV-2026-0078",
    "invoice_date": "February 15, 2026",
    "due_date": "March 15, 2026",
    "currency": "GBP",
    "vendor": {
        "name": "Bright Wave Digital Ltd.",
        "address": "42 King Street, London EC2V 8DY",
        "country": "United Kingdom",
        "registration_number": "12345678",
        "vat_id": "GB 123 4567 89",
        "iban": "GB29 NWBK 6016 1331 9268 19"
    },
    "customer": {
        "name": "Oakwood Consulting Inc.",
        "address": "88 Market Avenue, Manchester M1 1PD",
        "country": "United Kingdom"
    },
    "line_items": [
        {
            "line_number": 1,
            "description": "Website development — design & front-end",
            "quantity": 40,
            "unit": "hrs",
            "unit_price": 85,
            "line_total": 3400
        },
        {
            "line_number": 2,
            "description": "Backend API integration",
            "quantity": 24,
            "unit": "hrs",
            "unit_price": 95,
            "line_total": 2280
        },
        {
            "line_number": 3,
            "description": "SSL certificate (annual)",
            "quantity": 1,
            "unit": "pcs",
            "unit_price": 79,
            "line_total": 79
        },
        {
            "line_number": 4,
            "description": "Hosting plan Pro — 12 months",
            "quantity": 1,
            "unit": "pcs",
            "unit_price": 420,
            "line_total": 420
        }
    ],
    "subtotal": 6179,
    "vat_rate": 20,
    "vat_amount": 1235.8,
    "grand_total": 7414.8
}