-
Notifications
You must be signed in to change notification settings - Fork 1
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
c13ee47
commit 51c74ef
Showing
532 changed files
with
2,144 additions
and
1,133 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
|
||
|
||
[//]: # (CLASS:Intrinio::ApiResponseFilingAnswers) | ||
|
||
[//]: # (KIND:object) | ||
|
||
### Intrinio::ApiResponseFilingAnswers | ||
|
||
#### Properties | ||
|
||
[//]: # (START_DEFINITION) | ||
|
||
Name | Type | Description | ||
------------ | ------------- | ------------- | ||
**source** | String | The organziation the answer data was sourced from | ||
**query** | String | The query posed to the Thea API | ||
**answers** | [**Array<TheaEntityAnswer>**](TheaEntityAnswer.md) | | ||
**companies** | [**Array<Filing>**](Filing.md) | | ||
|
||
[//]: # (END_DEFINITION) | ||
|
||
|
||
[//]: # (CONTAINED_CLASS:Intrinio::TheaEntityAnswer) | ||
|
||
|
||
[//]: # (CONTAINED_CLASS:Intrinio::Filing) | ||
|
||
|
||
|
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,23 @@ | ||
|
||
|
||
[//]: # (CLASS:Intrinio::ApiResponseOptionsUnusualActivity) | ||
|
||
[//]: # (KIND:object) | ||
|
||
### Intrinio::ApiResponseOptionsUnusualActivity | ||
|
||
#### Properties | ||
|
||
[//]: # (START_DEFINITION) | ||
|
||
Name | Type | Description | ||
------------ | ------------- | ------------- | ||
**trades** | [**Array<OptionUnusualTrade>**](OptionUnusualTrade.md) | A list of unusual trades for a given company identifier | ||
|
||
[//]: # (END_DEFINITION) | ||
|
||
|
||
[//]: # (CONTAINED_CLASS:Intrinio::OptionUnusualTrade) | ||
|
||
|
||
|
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,26 @@ | ||
|
||
|
||
[//]: # (CLASS:Intrinio::OptionUnusualTrade) | ||
|
||
[//]: # (KIND:object) | ||
|
||
### Intrinio::OptionUnusualTrade | ||
|
||
#### Properties | ||
|
||
[//]: # (START_DEFINITION) | ||
|
||
Name | Type | Description | ||
------------ | ------------- | ------------- | ||
**symbol** | String | The underlying option security symbol for the trade | ||
**timestamp** | Date | The UTC timestamp of order placement | ||
**type** | String | The type of unusual trade | ||
**total_value** | Float | The aggregated value of all option contract premiums included in the trade | ||
**contract_type** | String | The type of Option (put or call) | ||
**contract_expiration** | Date | The expiration date for the options contract | ||
**contract_strike** | Float | The strike price of the option contract | ||
|
||
[//]: # (END_DEFINITION) | ||
|
||
|
||
|
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.