Browse Source

Extend data providers content

pull/6123/head
Thomas Kaul 1 month ago
parent
commit
56b4114eb5
  1. 4
      README.md
  2. 17
      apps/client/src/app/pages/faq/self-hosting/self-hosting-page.html

4
README.md

@ -241,7 +241,7 @@ Deprecated: `GET http://localhost:3333/api/v1/auth/anonymous/<INSERT_SECURITY_TO
| `accountId` | `string` (optional) | Id of the account | | `accountId` | `string` (optional) | Id of the account |
| `comment` | `string` (optional) | Comment of the activity | | `comment` | `string` (optional) | Comment of the activity |
| `currency` | `string` | `CHF` \| `EUR` \| `USD` etc. | | `currency` | `string` | `CHF` \| `EUR` \| `USD` etc. |
| `dataSource` | `string` | `COINGECKO` \| `MANUAL` \| `YAHOO` | | `dataSource` | `string` | `COINGECKO` \| `GHOSTFOLIO` [^1] \| `MANUAL` \| `YAHOO` |
| `date` | `string` | Date in the format `ISO-8601` | | `date` | `string` | Date in the format `ISO-8601` |
| `fee` | `number` | Fee of the activity | | `fee` | `number` | Fee of the activity |
| `quantity` | `number` | Quantity of the activity | | `quantity` | `number` | Quantity of the activity |
@ -249,6 +249,8 @@ Deprecated: `GET http://localhost:3333/api/v1/auth/anonymous/<INSERT_SECURITY_TO
| `type` | `string` | `BUY` \| `DIVIDEND` \| `FEE` \| `INTEREST` \| `LIABILITY` \| `SELL` | | `type` | `string` | `BUY` \| `DIVIDEND` \| `FEE` \| `INTEREST` \| `LIABILITY` \| `SELL` |
| `unitPrice` | `number` | Price per unit of the activity | | `unitPrice` | `number` | Price per unit of the activity |
[^1]: Available with [**Ghostfolio Premium**](https://ghostfol.io/en/pricing).
#### Response #### Response
##### Success ##### Success

17
apps/client/src/app/pages/faq/self-hosting/self-hosting-page.html

@ -135,9 +135,17 @@
<mat-card-title>Which data providers are supported?</mat-card-title> <mat-card-title>Which data providers are supported?</mat-card-title>
</mat-card-header> </mat-card-header>
<mat-card-content <mat-card-content
><code>COINGECKO</code>, <code>MANUAL</code> and ><code>COINGECKO</code>, <code>GHOSTFOLIO</code> (available with
<code>YAHOO</code> are officially supported while all other data <a
providers are considered experimental.</mat-card-content class="align-items-center d-inline-flex"
target="_blank"
[href]="pricingUrl"
>Ghostfolio Premium<gf-premium-indicator
class="d-inline-block ml-1"
[enableLink]="false" /></a
>), <code>MANUAL</code>, and <code>YAHOO</code> are officially
supported while all other data providers are considered
experimental.</mat-card-content
> >
</mat-card> </mat-card>
<mat-card appearance="outlined" class="mb-3"> <mat-card appearance="outlined" class="mb-3">
@ -147,7 +155,8 @@
> >
</mat-card-header> </mat-card-header>
<mat-card-content <mat-card-content
>Yes, access to a professional data provider is included with a >Yes, access to a professional data provider (<code>GHOSTFOLIO</code>)
is included with a
<a <a
class="align-items-center d-inline-flex" class="align-items-center d-inline-flex"
target="_blank" target="_blank"

Loading…
Cancel
Save