FCA (Independent Publisher) Connector - Added and Updated Actions (#3500)
* Create ReadME.md Created Financial Conduct Authority (FCA) UK Connector folder and ReadME file underneath * Update ReadME.md * Update ReadME.md * Update ReadME.md * Rename ReadME.md to ReadME.md Corrected the foldername * Update ReadME.md * Added files via upload Uploaded the following files: apiDefinition.swagger.json apiProperties.json * Update apiProperties.json * Update ReadME.md * Added file via upload Added the following files: * apiDefinition.swagger.json * apiProperties.json * Delete independent-publisher-connectors/FInancial Conduct Authority (FCA) UK Connector/ReadME.md * Delete independent-publisher-connectors/FInancial Conduct Authority (FCA) UK Connector/apiDefinition.swagger.json * Delete independent-publisher-connectors/FInancial Conduct Authority (FCA) UK Connector/apiProperties.json * Rename ReadME.md to ReadME.md * Delete independent-publisher-connectors/FInancial Conduct Authority (FCA) UK Connector/ReadME.md * Added ReadME.md file * Rename ReadME.md to ReadME.md * Add files via upload * Delete independent-publisher-connectors/FInancial Conduct Authority (FCA) UK Connector directory * Update apiDefinition.swagger.json Updated the title and description * Update apiDefinition.swagger.json Truncated the title to keep it 30 characters long * Update apiDefinition.swagger.json Truncated the title length to 30 characters * Update ReadME.md * Fixed 'Common Search' action * Added 'Find Firm Details' action * Added 'Find Product Details' action * Update apiProperties.json Updated apiProperties.json file * Update apiDefinition.swagger.json Updated apiDefinition.swagger.json * Update apiDefinition.swagger.json * Update apiDefinition.swagger.json * Update apiProperties.json * Update apiDefinition.swagger.json Changed the name back to 'FCA' as it was initially. * Create README.md * Update README.md
This commit is contained in:
Родитель
2a0bd00382
Коммит
850cc87796
|
@ -13,11 +13,13 @@ You will need the following to proceed:
|
|||
## Supported Operations
|
||||
|
||||
The connector supports the following operations:
|
||||
* `Common Search`: Search the Financial Services Register for a firm or an individual by name or unique reference number
|
||||
* `Find Individuals Details`: Get information about the Individuals associated with its Individual Reference Number
|
||||
* `Individual Disciplinary History`: Get information about Disciplinary History on an Individual using its Individual Reference Number
|
||||
* `Common Search`: Search the Financial Services Register for a firm or an individual or a fund (collective investment scheme) by name or unique reference number
|
||||
* `Find Individuals Details`: Get information about an Individual associated with its Individual Reference Number
|
||||
* `Find Firm Details`: Get information about a specific firm using its Firm Reference Number
|
||||
* `Find Product Details`: Get information about a specific product using its Product Reference Number
|
||||
* `Subfund Details`: Get information about subfund of a product by using its Product Reference Number
|
||||
* `Product Other Name Details`: Get information about other names of a product by using its Product Reference Number
|
||||
* `Individual Disciplinary History`: Get information about Disciplinary History on an Individual using its Individual Reference Number
|
||||
* `Firm Other Names`: Get information about the other names used by the firms using its Firm Reference Number
|
||||
* `Firm Address`: Get information about a specific firm using its Firm Reference Number
|
||||
* `Firm Individuals`: Get information about the Individuals associated with a firm using its Firm Reference Number
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -40,21 +40,23 @@
|
|||
"x-ms-apimTemplate-operationName": [
|
||||
"CommonSearch",
|
||||
"IndividualsDetailsByIRN",
|
||||
"IndividualDisciplinaryHistoryByIRN",
|
||||
"FirmDetailsByFRN",
|
||||
"ProductDetailsByPRN",
|
||||
"SubfundDetailsByPRN",
|
||||
"ProductOtherNameDetailsByPRN",
|
||||
"IndividualDisciplinaryHistoryByIRN",
|
||||
"FirmOtherNamesByFRN",
|
||||
"FirmAddressByFRN",
|
||||
"FirmIndividualsByFRN",
|
||||
"FirmActivitiesAndPermissionsByFRN",
|
||||
"FirmRequirementsByFRN",
|
||||
"FirmRequirementsInvestmentTypesByFRNandREQREF",
|
||||
"FirmRegulatorsByFRN",
|
||||
"FirmPassportByFRN",
|
||||
"FirmPassportPermissionByFRNandCountry",
|
||||
"FirmWaiverByFRN",
|
||||
"FirmExclusionsByFRN",
|
||||
"FirmDisciplinaryHistoryByFRN"
|
||||
"FirmDisciplinaryHistoryByFRN",
|
||||
"FirmRequirementsByFRN",
|
||||
"FirmWaiverByFRN",
|
||||
"FirmPassportPermissionByFRNandCountry"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,21 @@
|
|||
# Securities and Exchange Commission (SEC) USA
|
||||
|
||||
Electronic Data Gathering, Analysis, and Retrieval (EDGAR) is an online database of public filings maintained by the Securities and Exchange Commission (SEC). The EDGAR database provides free public access to corporate information, allowing you to research a public company’s financial information and operations by reviewing the filings the company makes with the SEC.
|
||||
## Publisher: Gulshan Khurana
|
||||
|
||||
## Prerequisites
|
||||
Use of this service does not require any authentication or API keys to access
|
||||
## Supported Operations
|
||||
|
||||
### Retrieve Filing History
|
||||
|
||||
### Extract XBRL Data - Company Concepts
|
||||
|
||||
### Extract XBRL Data - Company Facts
|
||||
|
||||
### Extract XBRL Data - Frames
|
||||
|
||||
|
||||
|
||||
## Known Issues and Limitations
|
||||
SEC's current guidelines limit each user to a total of no more than 10 requests per second, regardless of the number of machines used to submit requests.
|
Загрузка…
Ссылка в новой задаче