Skip to content

Commit 612ce5f

Browse files
feat(api): add day_of_period field to financial_accounts loan_tape
1 parent dc58d95 commit 612ce5f

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 194
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic/lithic-93254f6abf9fab9e687be2f48198b5126c298b634e2ad626abf413f560f1cbe1.yml
3-
openapi_spec_hash: 6aaac55fbf96d785ca3867adc3c7ca0e
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic/lithic-99f95bae0a9466a3c3032c867cae9878877c1602f2d68c2441813ce2c8dc8f87.yml
3+
openapi_spec_hash: 047fd5b9c00f6acddd3e4f5dc203a4ed
44
config_hash: a0a579b0564a5c18568a78f5ba2b6653

src/lithic/types/financial_accounts/loan_tape.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,5 +196,8 @@ class LoanTape(BaseModel):
196196

197197
ytd_totals: StatementTotals
198198

199+
day_of_period: Optional[int] = None
200+
"""Day of the billing period that this loan tape covers, starting at 1"""
201+
199202
tier: Optional[str] = None
200203
"""Interest tier to which this account belongs to"""

0 commit comments

Comments
 (0)