-
Notifications
You must be signed in to change notification settings - Fork 23
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
Kenneth Miller
committed
Dec 27, 2018
1 parent
4adcb85
commit e41737e
Showing
113 changed files
with
5,221 additions
and
384 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# ApiResponseFilingNotes | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**filing_notes** | [**list[FilingNoteSummary]**](FilingNoteSummary.md) | | [optional] | ||
**next_page** | **str** | The token required to request the next page of the data | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
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,10 @@ | ||
# ApiResponseFilingNotesSearch | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**filing_notes** | [**list[FilingNoteSummary]**](FilingNoteSummary.md) | | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
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,11 @@ | ||
# ApiResponseStockExchangeRealtimeStockPrices | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**stock_prices** | [**list[RealtimeStockPrice]**](RealtimeStockPrice.md) | The realtime stock prices for all Securities traded on the Stock Exchange | [optional] | ||
**stock_exchange** | [**StockExchange**](StockExchange.md) | The Stock Exchange resolved from the given identifier | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
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,19 @@ | ||
# DividendRecord | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**ex_dividend** | **float** | Amount of dividend in US dollars | [optional] | ||
**currency** | **str** | The 3-digit currency code the dividend amount was reported in | [optional] | ||
**announcement_date** | **date** | Date dividend was announced | [optional] | ||
**record_date** | **date** | Date before which holders-of-record will receive the dividend | [optional] | ||
**pay_date** | **date** | Date the divdiend was paid | [optional] | ||
**frequency** | **str** | Identifies payment frequency of announced dividend | [optional] | ||
**status** | **str** | Status of the dividend | [optional] | ||
**forward_yield** | **float** | The forward dividend yield | [optional] | ||
**forward_rate** | **float** | The forward dividend rate | [optional] | ||
**security** | [**SecuritySummary**](SecuritySummary.md) | | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
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,32 @@ | ||
# EarningsRecord | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**quarter** | **str** | The letter “Q” followed by the quarter number the earnings information applies to | [optional] | ||
**time_of_day** | **str** | Indicates the time of the announcement | [optional] | ||
**broadcast_url** | **str** | Link for Conference Call recording | [optional] | ||
**transcript_url** | **str** | Link to the earnings release transcript | [optional] | ||
**transcript_quarter** | **str** | The letter “Q” followed by the quarter number the earnings transcript applies to | [optional] | ||
**transcript_fiscal_year** | **str** | Fiscal year in YYYY format for the earnings transcript | [optional] | ||
**conference_call_date** | **date** | Date of the conference call | [optional] | ||
**conference_call_time** | **str** | Published time of the conference call | [optional] | ||
**conference_call_phone_number** | **str** | Publicly available phone number for replay conference call | [optional] | ||
**conference_call_passcode** | **str** | Passcode for replay conference call | [optional] | ||
**last_confirmation_date** | **date** | Date of last earnings date update by a WSH analyst | [optional] | ||
**board_of_directors_meeting_date** | **date** | Date of Board/Shareholder Meeting | [optional] | ||
**board_of_directors_meeting_type** | **str** | The type of meeting - \"B\" indicates a Board of Directors meeting and \"S\" indicates a Shareholder meeting | [optional] | ||
**company_website** | **str** | Website link for the company | [optional] | ||
**q1_date** | **date** | Earnings Date for 1st quarter | [optional] | ||
**q2_date** | **date** | Earnings Date for 2nd quarter | [optional] | ||
**q3_date** | **date** | Earnings Date for 3rd quarter | [optional] | ||
**q4_date** | **date** | Earnings Date for 4th quarter | [optional] | ||
**type** | **str** | The nature of the next reported earnings date - \"V\" indicates a Verified date, \"T\" indicates that the date was gathered from the company, but is still considered Tentative, and \"I\" indicates that the date is forecased or Inferred | [optional] | ||
**next_earnings_date** | **date** | Next earnings date | [optional] | ||
**next_earnings_quarter** | **str** | The quarter of the next earnings release | [optional] | ||
**next_earnings_fiscal_year** | **int** | The fiscal year associated with next earnings date and next earnings quarter | [optional] | ||
**security** | [**SecuritySummary**](SecuritySummary.md) | | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
Oops, something went wrong.