-
Notifications
You must be signed in to change notification settings - Fork 6
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
4d0a30b
commit b4ac546
Showing
29 changed files
with
1,150 additions
and
39 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
[//]: # (CLASS:Intrinio.SDK.Model.ApiResponseStockExchangeBetas) | ||
|
||
[//]: # (KIND:object) | ||
|
||
### Intrinio.SDK.Model.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:Intrinio.SDK.Model.Beta) | ||
|
||
|
||
[//]: # (CONTAINED_CLASS:Intrinio.SDK.Model.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,25 @@ | ||
[//]: # (CLASS:Intrinio.SDK.Model.Beta) | ||
|
||
[//]: # (KIND:object) | ||
|
||
### Intrinio.SDK.Model.Beta | ||
#### Properties | ||
|
||
[//]: # (START_DEFINITION) | ||
|
||
Name | Type | Description | ||
------------ | ------------- | ------------- | ||
**PeriodType** | string | Type of period for this beta value. | ||
**OneYearBeta** | decimal? | The one year beta value for this security. | ||
**ThreeYearBeta** | decimal? | The three year beta value for this security. | ||
**FiveYearBeta** | decimal? | The five year beta value for this security. | ||
**SevenYearBeta** | decimal? | The seven year beta value for this security. | ||
**TenYearBeta** | decimal? | The ten year beta value for this security. | ||
**Security** | [**SecuritySummary**](SecuritySummary.md) | The Security. | ||
|
||
[//]: # (END_DEFINITION) | ||
|
||
|
||
[//]: # (CONTAINED_CLASS:Intrinio.SDK.Model.SecuritySummary) | ||
|
||
|
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
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.