> For the complete documentation index, see [llms.txt](https://help.deepsearch.com/dp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.deepsearch.com/dp/api/func/economy/imf/getimfdataflowannotations.md).

# GetImfDataflowAnnotations

### Function specification

```
GetImfDataflowAnnotations(entity_ids)
```

IMF entity\_id 는 "IMF:xxx.yyy.zzz" 과 같은 형태로 여러 코드가 dot (.) 으로 묶여있는 형태로 이루어져 있는데, 이 때 "IMF:" prefix 바로 뒤에 붙어 있는 "xxx" 가 바로 dataflow 의 ID 를 나타냅니다.

### Parameters

| Parameter   | Type                                  | Description                        |
| ----------- | ------------------------------------- | ---------------------------------- |
| entity\_ids | <p>string or</p><p>list of string</p> | 조회하고자 하는 경제 지표의 entity id 를 명시합니다. |

###

### Examples

```
>>> GetImfDataflowAnnotations("IMF:BOP.A.AU.BCA_BP6_USD")

...

                                GetImfDataflowAnnotations(IMF:BOP.A.AU.BCA_BP6_USD)
dataflow_id title
BOP         Code                                      BOP
            Definition           Contains balance of p...
            Geographic Coverage  Balance of payments d...
            Latest Update Date                 03/24/2021
            Methodology          <a href="http://www.i...
            Name                 Balance of Payments (...
            Sectoral Coverage    Total economy; reside...
            Temporal Coverage    Data available starti...
```
