[
    {
        "type": "due_unfunded",
        "severity": "warning",
        "title": "Office Rent due in 7 days",
        "message": "Not fully allocated \u2013 Branch A",
        "timestamp": "Today"
    },
    {
        "type": "due_unfunded",
        "severity": "danger",
        "title": "Internet Service due in 2 days",
        "message": "Not fully allocated \u2013 Branch B",
        "timestamp": "Today"
    },
    {
        "type": "allocation_completed",
        "severity": "info",
        "title": "Allocation completed",
        "message": "\u20b122,000 allocated for Electricity (Branch C)",
        "timestamp": "Yesterday"
    }
]