Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.13.0"
".": "1.14.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 20
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cas-parser/cas-parser-26d0931f3488af784c16303683cbf24225c727615fd32ee071144974e7c59670.yml
openapi_spec_hash: 242a5f4d982645a25e0d66ef088940a5
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cas-parser/cas-parser-cd8e042a9746bbe9bd180614fccc7597b85f4e8f6a29da6cd2f4cbf831fb2fbe.yml
openapi_spec_hash: e27c0d9cd8cdeb348c88e6c4e8777e39
config_hash: 5509bb7a961ae2e79114b24c381606d4
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.14.0 (2026-08-02)

Full Changelog: [v1.13.0...v1.14.0](https://github.com/CASParser/cas-parser-python/compare/v1.13.0...v1.14.0)

### Features

* **api:** api update ([eedc455](https://github.com/CASParser/cas-parser-python/commit/eedc455ea10dcd74be28e5a726bfc45d4dba3f81))

## 1.13.0 (2026-07-26)

Full Changelog: [v1.12.0...v1.13.0](https://github.com/CASParser/cas-parser-python/compare/v1.12.0...v1.13.0)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cas-parser-python"
version = "1.13.0"
version = "1.14.0"
description = "The official Python library for the cas-parser API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/cas_parser/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "cas_parser"
__version__ = "1.13.0" # x-release-please-version
__version__ = "1.14.0" # x-release-please-version
6 changes: 6 additions & 0 deletions src/cas_parser/types/unified_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,12 @@ class MutualFundSchemeAdditionalInfo(BaseModel):
close_units: Optional[float] = None
"""Closing balance units for the statement period"""

is_demat: Optional[bool] = None
"""Whether the scheme is held in demat form (CAMS/KFintech).

true = Demat, false = Non-Demat, null = not specified.
"""

open_units: Optional[float] = None
"""Opening balance units for the statement period"""

Expand Down
Loading