API Reference

In several endpoint returns, we send back an object called Status

This array tells us relevant information about the status of the inputs and valuation of the company.

It looks like this:

"status": {
      "initialsurveyshow": 0,
      "questionnaire_complete": 1,
      "questionnaire_estimable": 1,
      "financials_complete": 1,
      "financials_estimable": 1,
      "fundraising_complete": 1,
      "valuation_negative": 0,
      "valuation_done": 1,
      "reports_downloaded": 0
    }

Explanation

"initialsurveyshow": 0 if the /tenq are not complete, see Getting Started
"questionnaire_complete": 1 if the questionnaire is complete

"questionnaire_estimable": not important
"financials_complete": 1 if the financials are complete
"financials_estimable": not important
"fundraising_complete": not mandatory
"valuation_negative": Important, if it's not 1 then the report cannot be generated, see Negative valuations
"valuation_done": 1 if the valuation is completed and report can be downloaded

"reports_downloaded": not important