DOF: Cooperative Comparable Rental Income (Citywide)
City of New York
@usgov.city_of_new_york_dof_cooperative_comparable_rental_inc_7444194f
City of New York
@usgov.city_of_new_york_dof_cooperative_comparable_rental_inc_7444194f
The Department of Finance (DOF) is required by NY State law to value condominiums or cooperatives as if they were residential rental apartment buildings. DOF uses income information from rental properties similar in physical features and location to the condominiums or cooperatives. DOF applies this income data to the condominium or cooperative and determine its value in the same way DOF values rental apartment buildings.
Organization: City of New York
Last updated: 2020-11-10T17:04:18.135620
Tags: apartment, borough, buildings, cooperatives, department-of-finance, dof, finance, manhattan, rental-properties, rental-property, residential
CREATE TABLE table_1 (
"boro_block_lot" VARCHAR,
"address" VARCHAR,
"neighborhood" VARCHAR,
"building_classification" VARCHAR,
"total_units" BIGINT,
"year_built" BIGINT,
"gross_sqft" BIGINT,
"estimated_gross_income" BIGINT,
"gross_income_per_sqft" DOUBLE,
"estimated_expense" BIGINT,
"expense_per_sqft" DOUBLE,
"net_operating_income" BIGINT,
"full_market_value" BIGINT,
"market_value_per_sqft" DOUBLE,
"boro_block_lot_1" VARCHAR,
"address_1" VARCHAR,
"neighborhood_1" VARCHAR,
"building_classification_1" VARCHAR,
"total_units_1" BIGINT,
"year_built_1" BIGINT,
"gross_sqft_1" BIGINT,
"estimated_gross_income_1" DOUBLE,
"gross_income_per_sqft_1" DOUBLE,
"estimated_expense_1" DOUBLE,
"expense_per_sqft_1" DOUBLE,
"net_operating_income_1" DOUBLE,
"full_market_value_1" BIGINT,
"market_value_per_sqft_1" DOUBLE,
"distance_from_co_op_in_miles" DOUBLE,
"boro_block_lot_2" VARCHAR,
"address_2" VARCHAR,
"neighborhood_2" VARCHAR,
"building_classification_2" VARCHAR,
"total_units_2" DOUBLE,
"year_built_2" DOUBLE,
"gross_sqft_2" DOUBLE,
"estimated_gross_income_2" DOUBLE,
"gross_income_per_sqft_2" DOUBLE,
"estimated_expense_2" DOUBLE,
"expense_per_sqft_2" DOUBLE,
"net_operating_income_2" DOUBLE,
"full_market_value_2" DOUBLE,
"market_value_per_sqft_2" DOUBLE,
"distance_from_co_op_in_miles_1" DOUBLE,
"boro_block_lot_3" VARCHAR,
"address_3" VARCHAR,
"neighborhood_3" VARCHAR,
"building_classification_3" VARCHAR,
"total_units_3" DOUBLE,
"year_built_3" DOUBLE,
"gross_sqft_3" DOUBLE,
"estimated_gross_income_3" DOUBLE,
"gross_income_per_sqft_3" DOUBLE,
"estimated_expense_3" DOUBLE,
"expense_per_sqft_3" DOUBLE,
"net_operating_income_3" DOUBLE,
"full_market_value_3" DOUBLE,
"market_value_per_sqft_3" DOUBLE,
"distance_from_co_op_in_miles_2" DOUBLE,
"report_year" BIGINT
);Anyone who has the link will be able to view this.