ar_assets_investments
where rpt_id = 248168
Download this data as a CSV Spreadsheet (All Rows)
oid ▼ | inv_type | name | amount | rpt_id |
---|---|---|---|---|
570 | 701 | PW Pace Government Security Fixed Income | 557989 | 248168 248168 |
571 | 703 | Marketable Securities Total Cost | 2283085 | 248168 248168 |
572 | 704 | Marketable Securities Total BookValue | 2434034 | 248168 248168 |
573 | 702 | None | 0 | 248168 248168 |
CREATE TABLE ar_assets_investments ( oid INTEGER NOT NULL PRIMARY KEY, inv_type INTEGER NOT NULL, name TEXT NULL, amount INTEGER NULL, rpt_id INTEGER NULL, FOREIGN KEY(rpt_id) REFERENCES lm_data(rpt_id) );