// Generated from ../../../../Fairmint/OpenCapTable/OCF/Valuation/module.daml /* eslint-disable @typescript-eslint/camelcase */ /* eslint-disable @typescript-eslint/no-namespace */ /* eslint-disable @typescript-eslint/no-use-before-define */ import * as jtv from '@mojotech/json-type-validation'; import * as damlTypes from '@daml/types'; import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 from '../../../../__bundled__/ghc-stdlib-DA-Internal-Template'; import * as Fairmint_OpenCapTable_Types_Core from '../../../../Fairmint/OpenCapTable/Types/Core/module'; import * as Fairmint_OpenCapTable_Types_Monetary from '../../../../Fairmint/OpenCapTable/Types/Monetary/module'; export declare type OcfValuationType = | 'OcfValuationType409A' export declare const OcfValuationType: damlTypes.Serializable & { readonly keys: OcfValuationType[] } & { readonly [e in OcfValuationType]: e } export declare type Valuation = { context: Fairmint_OpenCapTable_Types_Core.Context, valuation_data: ValuationOcfData, } export declare interface ValuationInterface { Archive: damlTypes.Choice & damlTypes.ChoiceFrom>; } export declare const Valuation: damlTypes.Template & damlTypes.ToInterface & ValuationInterface export declare type ValuationOcfData = { id: string, effective_date: damlTypes.Time, price_per_share: Fairmint_OpenCapTable_Types_Monetary.OcfMonetary, stock_class_id: string, valuation_type: OcfValuationType, comments: string[], board_approval_date: damlTypes.Optional, provider: damlTypes.Optional, stockholder_approval_date: damlTypes.Optional, } export declare const ValuationOcfData: damlTypes.Serializable