-
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
Alex Read
committed
Feb 17, 2021
1 parent
d7f86e7
commit f69010a
Showing
54 changed files
with
7,572 additions
and
48 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,24 @@ | ||
[//]: # (CLASS:Intrinio.SDK.Model.ApiResponseCompanyInsiderTransactionFilings) | ||
|
||
[//]: # (KIND:object) | ||
|
||
### Intrinio.SDK.Model.ApiResponseCompanyInsiderTransactionFilings | ||
#### Properties | ||
|
||
[//]: # (START_DEFINITION) | ||
|
||
Name | Type | Description | ||
------------ | ------------- | ------------- | ||
**TransactionFilings** | [**List<InsiderTransactionFiling>**](InsiderTransactionFiling.md) | | ||
**Company** | [**CompanySummary**](CompanySummary.md) | The company associated with the transaction filing | ||
**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.InsiderTransactionFiling) | ||
|
||
|
||
[//]: # (CONTAINED_CLASS:Intrinio.SDK.Model.CompanySummary) | ||
|
||
|
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,28 @@ | ||
[//]: # (CLASS:Intrinio.SDK.Model.ApiResponseInsiderTransactionFilings) | ||
|
||
[//]: # (KIND:object) | ||
|
||
### Intrinio.SDK.Model.ApiResponseInsiderTransactionFilings | ||
#### Properties | ||
|
||
[//]: # (START_DEFINITION) | ||
|
||
Name | Type | Description | ||
------------ | ------------- | ------------- | ||
**TransactionFilings** | [**List<InsiderTransactionFiling>**](InsiderTransactionFiling.md) | | ||
**Owner** | [**OwnerSummary**](OwnerSummary.md) | The owner associated with the transaction filing | ||
**Company** | [**CompanySummary**](CompanySummary.md) | The company associated with the transaction filing | ||
**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.InsiderTransactionFiling) | ||
|
||
|
||
[//]: # (CONTAINED_CLASS:Intrinio.SDK.Model.OwnerSummary) | ||
|
||
|
||
[//]: # (CONTAINED_CLASS:Intrinio.SDK.Model.CompanySummary) | ||
|
||
|
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.ApiResponseOwnerInsiderTransactionFilings) | ||
|
||
[//]: # (KIND:object) | ||
|
||
### Intrinio.SDK.Model.ApiResponseOwnerInsiderTransactionFilings | ||
#### Properties | ||
|
||
[//]: # (START_DEFINITION) | ||
|
||
Name | Type | Description | ||
------------ | ------------- | ------------- | ||
**TransactionFilings** | [**List<InsiderTransactionFiling>**](InsiderTransactionFiling.md) | | ||
**Owner** | [**OwnerSummary**](OwnerSummary.md) | The owner associated with the transaction filing | ||
**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.InsiderTransactionFiling) | ||
|
||
|
||
[//]: # (CONTAINED_CLASS:Intrinio.SDK.Model.OwnerSummary) | ||
|
||
|
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,17 @@ | ||
[//]: # (CLASS:Intrinio.SDK.Model.ApiResponseOwnerInstitutionalHoldings) | ||
|
||
[//]: # (KIND:object) | ||
|
||
### Intrinio.SDK.Model.ApiResponseOwnerInstitutionalHoldings | ||
#### Properties | ||
|
||
[//]: # (START_DEFINITION) | ||
|
||
Name | Type | Description | ||
------------ | ------------- | ------------- | ||
**Holdings** | Object | | ||
**NextPage** | string | The token required to request the next page of the data. If null, no further results are available. | ||
|
||
[//]: # (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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[//]: # (CLASS:Intrinio.SDK.Model.ApiResponseOwners) | ||
|
||
[//]: # (KIND:object) | ||
|
||
### Intrinio.SDK.Model.ApiResponseOwners | ||
#### Properties | ||
|
||
[//]: # (START_DEFINITION) | ||
|
||
Name | Type | Description | ||
------------ | ------------- | ------------- | ||
**Owners** | [**List<OwnerSummary>**](OwnerSummary.md) | A list of owners | ||
**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.OwnerSummary) | ||
|
||
|
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,20 @@ | ||
[//]: # (CLASS:Intrinio.SDK.Model.ApiResponseSecurityInstitutionalOwnership) | ||
|
||
[//]: # (KIND:object) | ||
|
||
### Intrinio.SDK.Model.ApiResponseSecurityInstitutionalOwnership | ||
#### Properties | ||
|
||
[//]: # (START_DEFINITION) | ||
|
||
Name | Type | Description | ||
------------ | ------------- | ------------- | ||
**Ownership** | [**List<InstitutionalOwnership>**](InstitutionalOwnership.md) | | ||
**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.InstitutionalOwnership) | ||
|
||
|
Oops, something went wrong.