pyocf
Contents:
Installing
Using
Contributing
API
pyocf.captable
pyocf.enums
pyocf.files
pyocf.files.documentsfile
pyocf.files.financingsfile
pyocf.files.ocfmanifestfile
pyocf.files.stakeholdersfile
pyocf.files.stockclassesfile
pyocf.files.stocklegendtemplatesfile
pyocf.files.stockplansfile
pyocf.files.transactionsfile
pyocf.files.valuationsfile
pyocf.files.vestingtermsfile
pyocf.objects
pyocf.primitives
pyocf.simplebase
pyocf.types
pyocf
API
pyocf.files
pyocf.files.financingsfile
View page source
pyocf.files.financingsfile
JSON containing file type identifier and list of financings
pydantic
model
pyocf.files.financingsfile.
FinancingsFile
JSON containing file type identifier and list of financings
field
file_type
:
Annotated
[
Literal
[
'OCF_FINANCINGS_FILE'
]
,
FieldInfo
(
annotation
=
NoneType
,
required
=
True
,
description
=
''
)
]
=
'OCF_FINANCINGS_FILE'
field
items
:
Annotated
[
list
[
Financing
]
,
FieldInfo
(
annotation
=
NoneType
,
required
=
True
,
description
=
'List
of
OCF
financing
objects'
)
]
[Required]
List of OCF financing objects