Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FCA (Independent Publisher) Connector - Added and Updated Actions #3500

Merged
merged 39 commits into from
Jul 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
7faf41f
Create ReadME.md
gulshankhurana Jul 19, 2023
45f7b6a
Update ReadME.md
gulshankhurana Feb 7, 2024
d0a4bc1
Update ReadME.md
gulshankhurana Feb 7, 2024
69288f7
Update ReadME.md
gulshankhurana Feb 9, 2024
8c0fff1
Rename ReadME.md to ReadME.md
gulshankhurana Feb 9, 2024
85708fe
Update ReadME.md
gulshankhurana Feb 13, 2024
cf8debd
Added files via upload
gulshankhurana Feb 13, 2024
4a1f856
Update apiProperties.json
gulshankhurana Feb 13, 2024
f47202a
Merge branch 'microsoft:dev' into dev
gulshankhurana Feb 14, 2024
b6a0a05
Update ReadME.md
gulshankhurana Feb 14, 2024
2c7d278
Added file via upload
gulshankhurana Feb 14, 2024
7844457
Delete independent-publisher-connectors/FInancial Conduct Authority (…
gulshankhurana Feb 15, 2024
bd0a4ac
Delete independent-publisher-connectors/FInancial Conduct Authority (…
gulshankhurana Feb 15, 2024
1b90173
Delete independent-publisher-connectors/FInancial Conduct Authority (…
gulshankhurana Feb 15, 2024
1520277
Rename ReadME.md to ReadME.md
gulshankhurana Feb 15, 2024
68f75aa
Delete independent-publisher-connectors/FInancial Conduct Authority (…
gulshankhurana Feb 15, 2024
36f1990
Added ReadME.md file
gulshankhurana Feb 15, 2024
6e34d96
Rename ReadME.md to ReadME.md
gulshankhurana Feb 15, 2024
a22edb4
Add files via upload
gulshankhurana Feb 15, 2024
9b44834
Delete independent-publisher-connectors/FInancial Conduct Authority (…
gulshankhurana Feb 15, 2024
84845e1
Merge branch 'microsoft:dev' into dev
gulshankhurana Apr 20, 2024
2aceeb9
Update apiDefinition.swagger.json
gulshankhurana Apr 20, 2024
853a17a
Merge pull request #1 from gulshankhurana/gulshankhurana-patch-2
gulshankhurana Apr 20, 2024
dcefa96
Merge branch 'microsoft:dev' into dev
gulshankhurana Apr 22, 2024
98ed72e
Update apiDefinition.swagger.json
gulshankhurana Apr 22, 2024
269ab22
Update apiDefinition.swagger.json
gulshankhurana Apr 22, 2024
61737e9
Merge pull request #2 from gulshankhurana/gulshankhurana-patch-3
gulshankhurana Apr 22, 2024
b1d1f6c
Merge branch 'microsoft:dev' into dev
gulshankhurana May 15, 2024
347e4c1
Update ReadME.md
gulshankhurana May 15, 2024
83bb4cd
Update apiProperties.json
gulshankhurana May 15, 2024
ff0a70a
Update apiDefinition.swagger.json
gulshankhurana May 16, 2024
553c69b
Update apiDefinition.swagger.json
gulshankhurana May 16, 2024
cd3bae1
Merge branch 'microsoft:dev' into dev
gulshankhurana May 17, 2024
f28470e
Update apiDefinition.swagger.json
gulshankhurana May 21, 2024
cec8f1b
Update apiProperties.json
gulshankhurana May 21, 2024
fbe31e3
Update apiDefinition.swagger.json
gulshankhurana May 22, 2024
1916611
Create README.md
gulshankhurana Jun 22, 2024
3a698bb
Update README.md
gulshankhurana Jun 22, 2024
c78fea0
Merge pull request #3 from gulshankhurana/gulshankhurana-patch-4
gulshankhurana Jun 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading