Real Property Transactions Of Local Development Corporations
State of New York
@usgov.state_of_new_york_real_property_transactions_of_local__6c564b03
State of New York
@usgov.state_of_new_york_real_property_transactions_of_local__6c564b03
Public authorities are required by Section 2800 of Public Authorities Law to submit annual reports to the Authorities Budget Office that includes real property transactions data. The dataset consists of real property transactions reported by Industrial Development Agencies that covers 8 fiscal years, which includes fiscal years ending in the most recently completed calendar year. Authorities are required to report real property transactions having an estimated fair market of more than $15,000.
Organization: State of New York
Last updated: 2020-11-12T03:59:43.011826
Tags: industrial-development-agency, lease, public-authority, purchase, real-property
CREATE TABLE table_1 (
"authority_name" VARCHAR,
"fiscal_year_end_date" TIMESTAMP,
"property_transactions" VARCHAR,
"property_address1" VARCHAR,
"property_address2" VARCHAR,
"property_city" VARCHAR,
"property_state" VARCHAR,
"property_postal_code" DOUBLE,
"property_description" VARCHAR,
"estimated_fair_market_value" DOUBLE,
"fair_market_description" VARCHAR,
"transaction_type" VARCHAR,
"transaction_type_other" VARCHAR,
"transaction_date" TIMESTAMP,
"purchase_sale_price" DOUBLE,
"market_rate" DOUBLE,
"lease_rate" DOUBLE,
"lease_period" DOUBLE,
"seller_purchaser_tenant_organization" VARCHAR,
"seller_purchaser_tenant_first_name" VARCHAR,
"seller_purchaser_tenant_last_name" VARCHAR,
"relation_with_authority" VARCHAR,
"seller_purchaser_tenant_address1" VARCHAR,
"seller_purchaser_tenant_address2" VARCHAR,
"seller_purchaser_tenant_city" VARCHAR,
"seller_purchaser_tenant_state" VARCHAR,
"seller_purchaser_tenant_postal_code" DOUBLE,
"transaction_competitively_bid" VARCHAR,
"reason_for_not_competitively_bid" VARCHAR
);Anyone who has the link will be able to view this.