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.valuationsfile
View page source
pyocf.files.valuationsfile
JSON containing file type identifier and list of valuations
pydantic
model
pyocf.files.valuationsfile.
ValuationsFile
JSON containing file type identifier and list of valuations
field
file_type
:
Annotated
[
Literal
[
'OCF_VALUATIONS_FILE'
]
,
FieldInfo
(
annotation
=
NoneType
,
required
=
True
,
description
=
''
)
]
=
'OCF_VALUATIONS_FILE'
field
items
:
Annotated
[
list
[
Valuation
]
,
FieldInfo
(
annotation
=
NoneType
,
required
=
True
,
description
=
'List
of
OCF
valuation
objects'
)
]
[Required]
List of OCF valuation objects