- BTC prices: btc_prices table, CSV upload on Import page (auto-detected date/close columns, upsert by date), entities.close_date as the BTC entry mark; statements carry btc_price_cents (as-of) + btc_close_price_cents. LP capital blocks show paid-in vs current value in bitcoin terms. - First login: accounts on the shared default password are flagged (must_change_password) and blocked behind a full-screen password change; external accounts then get a one-time welcome tour with a 2FA offer (users.onboarded_at). - LP portal: Unfunded (callable commitment) metric; Tax documents center aggregating K-1/tax docs across funds, grouped by year. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
42 lines
1.9 KiB
TypeScript
42 lines
1.9 KiB
TypeScript
export { v_0_2_39 as current } from './v_0_2_39'
|
|
import { v_0_1_0 } from './v_0_1_0'
|
|
import { v_0_2_0 } from './v_0_2_0'
|
|
import { v_0_2_1 } from './v_0_2_1'
|
|
import { v_0_2_3 } from './v_0_2_3'
|
|
import { v_0_2_4 } from './v_0_2_4'
|
|
import { v_0_2_5 } from './v_0_2_5'
|
|
import { v_0_2_6 } from './v_0_2_6'
|
|
import { v_0_2_7 } from './v_0_2_7'
|
|
import { v_0_2_8 } from './v_0_2_8'
|
|
import { v_0_2_9 } from './v_0_2_9'
|
|
import { v_0_2_10 } from './v_0_2_10'
|
|
import { v_0_2_11 } from './v_0_2_11'
|
|
import { v_0_2_12 } from './v_0_2_12'
|
|
import { v_0_2_13 } from './v_0_2_13'
|
|
import { v_0_2_14 } from './v_0_2_14'
|
|
import { v_0_2_15 } from './v_0_2_15'
|
|
import { v_0_2_16 } from './v_0_2_16'
|
|
import { v_0_2_17 } from './v_0_2_17'
|
|
import { v_0_2_18 } from './v_0_2_18'
|
|
import { v_0_2_19 } from './v_0_2_19'
|
|
import { v_0_2_20 } from './v_0_2_20'
|
|
import { v_0_2_21 } from './v_0_2_21'
|
|
import { v_0_2_22 } from './v_0_2_22'
|
|
import { v_0_2_23 } from './v_0_2_23'
|
|
import { v_0_2_24 } from './v_0_2_24'
|
|
import { v_0_2_25 } from './v_0_2_25'
|
|
import { v_0_2_26 } from './v_0_2_26'
|
|
import { v_0_2_27 } from './v_0_2_27'
|
|
import { v_0_2_28 } from './v_0_2_28'
|
|
import { v_0_2_29 } from './v_0_2_29'
|
|
import { v_0_2_30 } from './v_0_2_30'
|
|
import { v_0_2_31 } from './v_0_2_31'
|
|
import { v_0_2_32 } from './v_0_2_32'
|
|
import { v_0_2_33 } from './v_0_2_33'
|
|
import { v_0_2_34 } from './v_0_2_34'
|
|
import { v_0_2_35 } from './v_0_2_35'
|
|
import { v_0_2_36 } from './v_0_2_36'
|
|
import { v_0_2_37 } from './v_0_2_37'
|
|
import { v_0_2_38 } from './v_0_2_38'
|
|
export const other = [v_0_1_0, v_0_2_0, v_0_2_1, v_0_2_3, v_0_2_4, v_0_2_5, v_0_2_6, v_0_2_7, v_0_2_8, v_0_2_9, v_0_2_10, v_0_2_11, v_0_2_12, v_0_2_13, v_0_2_14, v_0_2_15, v_0_2_16, v_0_2_17, v_0_2_18, v_0_2_19, v_0_2_20, v_0_2_21, v_0_2_22, v_0_2_23, v_0_2_24, v_0_2_25, v_0_2_26, v_0_2_27, v_0_2_28, v_0_2_29, v_0_2_30, v_0_2_31, v_0_2_32, v_0_2_33, v_0_2_34, v_0_2_35, v_0_2_36, v_0_2_37, v_0_2_38]
|