HSR Transactions Filings And Second Requests By Fiscal Year
Federal Trade Commission
@usgov.federal_trade_commission_hsr_transactions_filings_and__27958e91
Federal Trade Commission
@usgov.federal_trade_commission_hsr_transactions_filings_and__27958e91
CREATE TABLE hsr_transactions_filings_and_second_requests_by_fiscal_year (
"fy" BIGINT,
"transactionsreported" BIGINT,
"filingsreceived" BIGINT,
"adjustedtransactions" BIGINT,
"secondrequesttotal" BIGINT,
"secondrequestftc" BIGINT,
"secondrequestpercentftc" DOUBLE,
"secondrequestdoj" BIGINT,
"secondrequestpercentdoj" DOUBLE,
"earlyterminationtransactions" BIGINT,
"earlyterminationtransactionsgranted" BIGINT,
"earlyterminationtransactionsnotgranted" BIGINT
);
CREATE TABLE dictionary (
"fieldname" VARCHAR,
"fieldtype" VARCHAR,
"fielddescription" VARCHAR
);
Anyone who has the link will be able to view this.