home / opdr

ar_assets_investments

where rpt_id = 247098

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

oid ▼ inv_type name amount rpt_id
284 701 PIMCO FUNDS TOTAL RETURN 647322 247098 247098
285 701 PUTNAM INTERNATIONAL EQUITY FUND 463589 247098 247098
286 701 THE INCOME FUND OF AMERICA 249647 247098 247098
287 701 THE TORRAY FUND 745135 247098 247098
288 701 VANGUARD 500 INDEX FUND 773185 247098 247098
289 701 WASHINGTON MUTUAL INVESTOR FUNDS 898222 247098 247098
290 701 STATE OF ISRAEL BOND 250000 247098 247098
291 703 Marketable Securities Total Cost 4126326 247098 247098
292 704 Marketable Securities Total BookValue 4057342 247098 247098
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)
);
Powered by Datasette · Queries took 112.749ms