Automated Analysis of Pricing Power Narratives and Competitive Positioning
bigdata-research-tools
package, you can create a comprehensive pricing power analysis tool that assesses competitive positioning across company watchlists using unstructured data from news sources. These functions are suitable for analysts, portfolio managers, and investment professionals to create tools that transform scattered pricing signals into quantified competitive intelligence and identify investment opportunities based on sustainable pricing advantages.
README.md
.README.md
pricing_power_theme
): The central concept to explore for positive pricing powerno_pricing_power_theme
): The concept to explore for negative pricing powerpricing_power_sentences_list
): Sentences used to improve the retrieval regarding the Pricing Power themeno_pricing_power_sentences_list
): Sentences used to improve the retrieval regarding the Lack of Pricing Power themepricing_power_labels_list
): Labels used to recognize relevant document chunks for the Pricing Power themeno_pricing_power_labels_list
): Labels used to recognize relevant document chunks for the Lack of Pricing Power themedocument_type
): Specify which documents to search over (transcripts, filings, news)my_watchlist_id
): The set of companies to analyze. This is the ID of your watchlist in the watchlist section of the app.llm_model
): The LLM model used to label search result document chunks and generate summariesfreq
): The frequency of the date ranges to search over.
Supported values:
Y
: Yearly intervals.M
: Monthly intervals.W
: Weekly intervals.D
: Daily intervals. Defaults to 3M
.start_date
and end_date
): The date range over which to run the analysissources
): Specify set of sources within a document type, for example which news outlets (available via Bigdata API) you wish to search overrerank_threshold
): By setting this value, you’re enabling the cross-encoder which reranks the results and selects those whose relevance is above the percentile you specify (0.7 being the 70th percentile). More information on the re-ranker can be found here.document_limit
): The maximum number of documents to return per query to Bigdata APIbatch_size
): The number of entities to include in a single batched query