-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/highcharts/connectors-morni…
…ngstar into feature/implement-risk-score
- Loading branch information
Showing
42 changed files
with
1,489 additions
and
171 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
X-Ray Connector | ||
=============== | ||
|
||
The Morningstar X-Ray capability enables you to quickly analyze a portfolio's | ||
holdings. You define the portfolio individually in the connector options. | ||
|
||
The X-Ray Connector aggregates individual holdings data with the help of the | ||
Morningstar API. Data returned by the Highcharts Connector shows how a portfolio | ||
is diversified by region, sector, and investment style. | ||
|
||
|
||
|
||
How to use X-Ray | ||
---------------- | ||
|
||
You can use the X-Ray Connector to fetch portfolio data points, holding data | ||
points, or benchmark data points. Depending on the request additional breakdown | ||
columns might be added to the table. | ||
|
||
In order to fetch a benchmark, you can for example | ||
|
||
```js | ||
const xRayConnector = MC.XRayConnector({ | ||
postman: { | ||
environmentJSON: postmanJSON | ||
}, | ||
dataPoints: { | ||
type: 'benchmark', | ||
dataPoints: [ | ||
'HistoricalPerformanceSeries', | ||
['PerformanceReturn', 'M0', 'M1', 'M2', 'M3', 'M6', 'M12'], | ||
'ShowBreakdown' | ||
] | ||
}, | ||
holdings: [ | ||
{ | ||
id: 'GB00BWDBJF10', | ||
idType: 'ISIN', | ||
weight: 100 | ||
} | ||
] | ||
}); | ||
``` | ||
|
||
For more details, see [Morningstar's X-Ray API]. | ||
|
||
|
||
|
||
<!-- Links --> | ||
|
||
|
||
|
||
[Morningstar's X-Ray API]: https://developer.morningstar.com/direct-web-services/documentation/api-reference/portfolio-analysis-apacemea/x-ray |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.