Factset · Schema

createBookFromTemplatePostRequest

It is a request body to allow users to input ticker and template id.

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
ticker string ticker
template_id string Template ID
View JSON Schema on GitHub

JSON Schema

factset-bookbuilder-create-book-from-template-post-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "createBookFromTemplatePostRequest",
  "type": "object",
  "description": "It is a request body to allow users to input ticker and template id.",
  "properties": {
    "ticker": {
      "type": "string",
      "description": "ticker"
    },
    "template_id": {
      "type": "string",
      "description": "Template ID"
    }
  }
}