-
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.
- Loading branch information
1 parent
b6a7d95
commit 069edd5
Showing
23 changed files
with
918 additions
and
37 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
|
||
[//]: # (CLASS:ApiResponseStockExchangeBetas) | ||
|
||
[//]: # (KIND:object) | ||
|
||
### ApiResponseStockExchangeBetas | ||
|
||
#### Properties | ||
|
||
[//]: # (START_DEFINITION) | ||
|
||
Name | Type | Description | ||
------------ | ------------- | ------------- | ||
**betas** | [**List<Beta>**](Beta.md) | The mover security. | ||
**stockExchange** | [**StockExchange**](StockExchange.md) | The Stock Exchange resolved from the given identifier | ||
**nextPage** | String | The token required to request the next page of the data. If null, no further results are available. | ||
|
||
[//]: # (END_DEFINITION) | ||
|
||
|
||
[//]: # (CONTAINED_CLASS:Beta) | ||
|
||
|
||
[//]: # (CONTAINED_CLASS:StockExchange) | ||
|
||
|
||
|
||
|
||
|
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,54 @@ | ||
|
||
[//]: # (CLASS:Beta) | ||
|
||
[//]: # (KIND:object) | ||
|
||
### Beta | ||
|
||
#### Properties | ||
|
||
[//]: # (START_DEFINITION) | ||
|
||
Name | Type | Description | ||
------------ | ------------- | ------------- | ||
**periodType** | PeriodTypeEnum | Type of period for this beta value. | ||
**oneYearBeta** | [**BigDecimal**](BigDecimal.md) | The one year beta value for this security. | ||
**threeYearBeta** | [**BigDecimal**](BigDecimal.md) | The three year beta value for this security. | ||
**fiveYearBeta** | [**BigDecimal**](BigDecimal.md) | The five year beta value for this security. | ||
**sevenYearBeta** | [**BigDecimal**](BigDecimal.md) | The seven year beta value for this security. | ||
**tenYearBeta** | [**BigDecimal**](BigDecimal.md) | The ten year beta value for this security. | ||
**security** | [**SecuritySummary**](SecuritySummary.md) | The Security. | ||
|
||
[//]: # (END_DEFINITION) | ||
|
||
|
||
[//]: # (CONTAINED_CLASS:BigDecimal) | ||
|
||
|
||
[//]: # (CONTAINED_CLASS:BigDecimal) | ||
|
||
|
||
[//]: # (CONTAINED_CLASS:BigDecimal) | ||
|
||
|
||
[//]: # (CONTAINED_CLASS:BigDecimal) | ||
|
||
|
||
[//]: # (CONTAINED_CLASS:BigDecimal) | ||
|
||
|
||
[//]: # (CONTAINED_CLASS:SecuritySummary) | ||
|
||
|
||
|
||
<br/> | ||
|
||
#### Enum: PeriodTypeEnum | ||
|
||
Name | Value | ||
---- | ----- | ||
WEEKLY | "weekly" | ||
MONTHLY | "monthly" | ||
|
||
|
||
|
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
Oops, something went wrong.