Baselight

Ohio Motion Picture Tax Credit

Ohio Motion Picture Tax Credit Applications and Project Details

@kaggle.ryanlingo_ohio_motion_picture_tax_credit

Film Tax Credit
@kaggle.ryanlingo_ohio_motion_picture_tax_credit.film_tax_credit

  • 34.09 KB
  • 326 rows
  • 13 columns
project_name

Project Name

project_type

Project Type

location

Location

applicant

Applicant

contact_name

Contact Name

contact_email

Contact Email

projected_employment

Projected Employment

application_approved

Application Approved

estimated_value

Estimated Value

certificate_issued_date

Certificate Issued Date

amount_of_tax_credit

Amount Of Tax Credit

status

Status

application_submission_date

Application Submission Date

Booze BuddiesFeature-length FilmClevelandQC EntertainmentMansfield, Raymansfield@moviepackageco.comFri Feb 27 2015 00:00:00 GMT+0000 (Coordinated Universal Time)Cancelled
No One Gets Out AliveFeature FilmClevelandNOGOA LimitedO'Reilly, Karrikarrio@karrioco.comWed Feb 26 2020 00:00:00 GMT+0000 (Coordinated Universal Time)Wed Feb 09 2022 00:00:00 GMT+0000 (Coordinated Universal Time)288165.92CompletedFri Feb 07 2020 00:00:00 GMT+0000 (Coordinated Universal Time)
American DreamersTelevision-Seriesall over OhioDreamers TV Series, LLCMergler, Mikemm@stmichaelrecords.comFri Jun 29 2018 00:00:00 GMT+0000 (Coordinated Universal Time)CancelledWed Apr 18 2018 00:00:00 GMT+0000 (Coordinated Universal Time)
The LandFeature-length FilmClevelandMisfits LLCDavidson, Tylertyler@lowsparkfilms.comMon Jun 08 2015 00:00:00 GMT+0000 (Coordinated Universal Time)Tue Oct 04 2016 00:00:00 GMT+0000 (Coordinated Universal Time)371580Completed
TRAPFeature FilmCINCINNATI AREALITTLE SISTER PRODUCTIONS LLCLEACH, ADAMadam@blindingedgepictures.com9522006CancelledWed May 31 2023 00:00:00 GMT+0000 (Coordinated Universal Time)
One Born Every Minute Season 2SeriesColumbusTake It Over, Inc.Benavente, Daviddavid.benavente@reveillellc.comWed Mar 30 2011 00:00:00 GMT+0000 (Coordinated Universal Time)Fri Nov 04 2011 00:00:00 GMT+0000 (Coordinated Universal Time)432155Completed
Boston StranglerFeature FilmClevelandTCS US PRODUCTIONS 9, INC.Aslan, Atoushkaatoushka.aslan@disney.comThu Jul 22 2021 00:00:00 GMT+0000 (Coordinated Universal Time)10951614.98ServicingTue Jun 01 2021 00:00:00 GMT+0000 (Coordinated Universal Time)
Mercy Film Productions Inc.Feature-length FilmnanMercy Film Productions Inc.O'Reilly, Karrikarrio@karrioco.comWed Jul 27 2016 00:00:00 GMT+0000 (Coordinated Universal Time)819853Thu Dec 07 2017 00:00:00 GMT+0000 (Coordinated Universal Time)765959.21Completed
Wrench in the MachineFeature-length FilmClevelandCoolfire WAM LLCWacker, Danieldwacker@coolfire.comCanceled
Uttld Jeff Nichols Prjct Take ShelterFeature-length FilmClevelandGrove Hill Productions LLCDavidson, Tylertyler@strangematterfilms.comTue Jun 29 2010 00:00:00 GMT+0000 (Coordinated Universal Time)Mon Jul 18 2011 00:00:00 GMT+0000 (Coordinated Universal Time)164600Completed

CREATE TABLE film_tax_credit (
  "project_name" VARCHAR,
  "project_type" VARCHAR,
  "location" VARCHAR,
  "applicant" VARCHAR,
  "contact_name" VARCHAR,
  "contact_email" VARCHAR,
  "projected_employment" VARCHAR,
  "application_approved" TIMESTAMP,
  "estimated_value" DOUBLE,
  "certificate_issued_date" TIMESTAMP,
  "amount_of_tax_credit" DOUBLE,
  "status" VARCHAR,
  "application_submission_date" TIMESTAMP
);

Share link

Anyone who has the link will be able to view this.