Skip to content

Commit eedc455

Browse files
feat(api): api update
1 parent 96d28d3 commit eedc455

2 files changed

Lines changed: 8 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: 20
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cas-parser/cas-parser-26d0931f3488af784c16303683cbf24225c727615fd32ee071144974e7c59670.yml
3-
openapi_spec_hash: 242a5f4d982645a25e0d66ef088940a5
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cas-parser/cas-parser-cd8e042a9746bbe9bd180614fccc7597b85f4e8f6a29da6cd2f4cbf831fb2fbe.yml
3+
openapi_spec_hash: e27c0d9cd8cdeb348c88e6c4e8777e39
44
config_hash: 5509bb7a961ae2e79114b24c381606d4

src/cas_parser/types/unified_response.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,12 @@ class MutualFundSchemeAdditionalInfo(BaseModel):
364364
close_units: Optional[float] = None
365365
"""Closing balance units for the statement period"""
366366

367+
is_demat: Optional[bool] = None
368+
"""Whether the scheme is held in demat form (CAMS/KFintech).
369+
370+
true = Demat, false = Non-Demat, null = not specified.
371+
"""
372+
367373
open_units: Optional[float] = None
368374
"""Opening balance units for the statement period"""
369375

0 commit comments

Comments
 (0)