Skip to content

Commit 30d9bbd

Browse files
feat(api): api update
1 parent 915d6cc commit 30d9bbd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 236
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-c289d5d6e979a7ac26b8475a36fb0f4fc74528eb5f5efc20848411443a6608cb.yml
3-
openapi_spec_hash: eeda9bd525ea98d52a27642bd26c4b89
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-5a342683774b79b3ee013a195d77a651ea053be4ec6a314e92ab08b62f62517b.yml
3+
openapi_spec_hash: 2c87b069a3c3e1c647251016452c0b28
44
config_hash: e73b1147c039cb3d6a2c56ae5926bca8

src/increase/types/entity_beneficial_owner.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ class Individual(BaseModel):
8888

8989

9090
class EntityBeneficialOwner(BaseModel):
91+
"""
92+
Beneficial owners are the individuals who control or own 25% or more of a `corporation` entity. Beneficial owners are always people, and never organizations. Generally, you will need to submit between 1 and 5 beneficial owners for every `corporation` entity. You should update and archive beneficial owners for a corporation entity as their details change.
93+
"""
94+
9195
id: str
9296
"""The identifier of this beneficial owner."""
9397

0 commit comments

Comments
 (0)