Skip to content

Commit 812ffec

Browse files
authored
Update funding history with new financial data, post-COVID
1 parent 29b849d commit 812ffec

1 file changed

Lines changed: 34 additions & 8 deletions

File tree

funding.json

Lines changed: 34 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,41 @@
5151
"frequency": "", // Required. [one-time, weekly, fortnightly, monthly, yearly, other]
5252
"channels": [] // Required. One or more channel IDs defined in channels[] via which this plan can accept payments.
5353
}],
54-
55-
// Optional. A simple summary of funding history. Only include if at least one, either income or expenses, have to be communicated.
5654
"history": [{
57-
"year": 2024, // Required. Year (fiscal, preferably).
58-
"income": 0, // Optional.
59-
"expenses": 0, // Optional.
60-
"taxes": 0, // Optional.
61-
"currency": "", // Required. Three letter ISO 4217 currency code. eg: USD
62-
"description": "" // Optional. Any additional description. Max length 500.
55+
"year": 2021,
56+
"income": 31083,
57+
"expenses": 20758,
58+
"taxes": 0,
59+
"currency": "USD",
60+
"description": ""
61+
},{
62+
"year": 2022,
63+
"income": 21691,
64+
"expenses": 25499,
65+
"taxes": 0,
66+
"currency": "USD",
67+
"description": ""
68+
},{
69+
"year": 2023,
70+
"income": 31891,
71+
"expenses": 40557,
72+
"taxes": 0,
73+
"currency": "USD",
74+
"description": ""
75+
},{
76+
"year": 2024,
77+
"income": 50656,
78+
"expenses": 70605,
79+
"taxes": 0,
80+
"currency": "USD",
81+
"description": ""
82+
},{
83+
"year": 2025,
84+
"income": 67623,
85+
"expenses": 74511,
86+
"taxes": 0,
87+
"currency": "USD",
88+
"description": "Year to date"
6389
}]
6490
}
6591
}

0 commit comments

Comments
 (0)