Open Cap Table Protocol Canton SDK - v0.2.224
Preparing search index...
DamlValuationData
Interface DamlValuationData
DAML Valuation data structure. This matches the shape of data returned from DAML contracts.
interface
DamlValuationData
{
board_approval_date
:
string
|
null
;
comments
:
string
[]
;
effective_date
:
string
;
id
:
string
;
price_per_share
:
{
amount
:
string
;
currency
:
string
}
;
provider
:
string
|
null
;
stock_class_id
:
string
;
stockholder_approval_date
:
string
|
null
;
valuation_type
:
string
;
}
Index
Properties
board_
approval_
date
comments
effective_
date
id
price_
per_
share
provider
stock_
class_
id
stockholder_
approval_
date
valuation_
type
Properties
board_
approval_
date
board_approval_date
:
string
|
null
comments
comments
:
string
[]
effective_
date
effective_date
:
string
id
id
:
string
price_
per_
share
price_per_share
:
{
amount
:
string
;
currency
:
string
}
provider
provider
:
string
|
null
stock_
class_
id
stock_class_id
:
string
stockholder_
approval_
date
stockholder_approval_date
:
string
|
null
valuation_
type
valuation_type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
board_
approval_
date
comments
effective_
date
id
price_
per_
share
provider
stock_
class_
id
stockholder_
approval_
date
valuation_
type
Open Cap Table Protocol Canton SDK - v0.2.224
Loading...
DAML Valuation data structure. This matches the shape of data returned from DAML contracts.