# 6.6 Earning Call Calendar

The bot is designed to visualise and analyse China earning call transcripts.

<figure><img src="/files/0pmXthixFhj9f1GydBGn" alt=""><figcaption></figcaption></figure>

The system now integrates additional transcripts sourced from a few additional sources, they are all categorized under the ‘China Earning Call Transcripts – 3rd Party’ category.

<figure><img src="/files/hLFJ2Ues0ocUiysAblrO" alt=""><figcaption></figcaption></figure>

&#x20;

Default is the calendar view where you can visualise data in the latest one week, click on a box to open up single document view to browse or chat.

<figure><img src="/files/cQvy0buuC3tmSeA7TZ3M" alt=""><figcaption></figcaption></figure>

&#x20;

3.The ‘Table view’ is where you can select broader date range and portfolios.

<figure><img src="/files/csMgq4EeqccbFpL8kAk0" alt=""><figcaption></figcaption></figure>

The first few columns are the metadata of the transcripts, and we generated next few columns that are extracted from transcripts for some key information

1. Overall recommendation: From research analyst perspective what is the overall buy/hold/sell flag.
2. Sentiment: Overall sentiment of the transcript
3. Positive events: positive terms mentioned in transcript
4. Negative events: negative terms mentioned in transcript
5. Competitors: list of competitor names mentioned
6. Macro factors: Macro factors mentioned
7. Risk factors: Risk factors mentioned

Action: you can click the button to open up the transcript to read or chat further.

&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.orbitfin.ai/6.-off-the-shelf-agents/6.6-earning-call-calendar.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
