Skip to main content

WrittenAnalysis

Written analysis generated by Scribe

type WrittenAnalysis {
companydescription: String
financialssummary: String
risks: [Risk!]
answerquestion(
question: String!
): String
}

Fields

companydescription ● String

Description of the company, based on its most recent report

financialssummary ● String

Prose summary of the company's most recent financials

risks ● [Risk!]

Risks to the company's financials, based on its most recent report

answerquestion ● String

Answer an arbitrary question about the company's most recent report

question ● String!

Example

{
"risks": [
{}
]
}

Member Of

Company object ● CompanySearchResult object