Skip to content

Commit 3244596

Browse files
committed
created templates for existing data providers
1 parent 8657909 commit 3244596

File tree

89 files changed

+768
-15
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+768
-15
lines changed

README.md

+14-15
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ effective adoption of a variety of financial data services.
88
# Project Sandcastle
99
http://www.fintechsandbox.org
1010

11-
1211
This resource is organized into the following sections:
1312

1413
* **Wiki**
@@ -19,20 +18,20 @@ This resource is organized into the following sections:
1918
* Submit and view reviews for each data provider
2019
* View Product Descriptions and Features
2120
* Attach relevant **documentation** and **marketing materials**
22-
* **Code Base**
23-
* [Data Provider Code Base](./data_providers)
24-
* Each Data provider folder has three sub-folders:
25-
* **API​**: Documentation that references product descriptions in the Wiki
26-
* **Issues​**: Solutions to known bugs and references to solutions on StackOverflow
27-
* **Integrations​**: Solutions to convert external data sources into useful formats for databases, visualizations, etc...
28-
* [Member's Sandbox](./member_sandbox)
29-
* A collection of data-provider-agnostic solutions to pressing problems for members in the Sandbox Community
30-
* Be creative and collaborative here!
31-
* [FinTech Sandbox Scripts](./fintech_sandbox)
32-
* Code required to generate specific subsets of this [codebase](https://github.com/closedLoop/fintech-sandbox-curation) and [Wiki](https://github.com/closedLoop/fintech-sandbox-curation/wiki)
33-
* **Slack**
34-
* Some problems we face in launching a startup require **communication, not code**. For this we have Slack: [FinTechSandbox.slack.com](https://fintechsandbox.slack.com)
35-
* Go there to share your company updates, ask for help and help another entrepreneur / data-geek out.
21+
* **Code Base**
22+
* [Data Provider Code Base](./data_providers)
23+
* Each Data provider folder has three sub-folders:
24+
* **API​**: Documentation that references product descriptions in the Wiki
25+
* **Issues​**: Solutions to known bugs and references to solutions on StackOverflow
26+
* **Integrations​**: Solutions to convert external data sources into useful formats for databases, visualizations, etc...
27+
* [Member's Sandbox](./member_sandbox)
28+
* A collection of data-provider-agnostic solutions to pressing problems for members in the Sandbox Community
29+
* Be creative and collaborative here!
30+
* [FinTech Sandbox Scripts](./fintech_sandbox)
31+
* Code required to generate specific subsets of this [codebase](https://github.com/closedLoop/fintech-sandbox-curation) and [Wiki](https://github.com/closedLoop/fintech-sandbox-curation/wiki)
32+
* **Slack**
33+
* Some problems we face in launching a startup require **communication, not code**. For this we have Slack: [FinTechSandbox.slack.com](https://fintechsandbox.slack.com)
34+
* Go there to share your company updates, ask for help and help another entrepreneur / data-geek out.
3635

3736
## Contribution Guidelines
3837
- There is a lot of good resources here and the FinTech Sandbox team is working hard to create a great environment for you all to succeed.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Integrations​
2+
============
3+
Solutions to convert external data sources into useful formats for databases, visualizations, etc...
4+
5+
This folder contains information to help members post-process the outputs from the data Providers
6+
These scripts can be more generic but can often help others put data into databases or merge disparate datasets
7+
8+
View the products referenced here: [Data Providers](https://github.com/closedLoop/fintech-sandbox-curation/wiki/Data-Providers)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
API
2+
===
3+
4+
This folder contains information to help members implement the data feeds and APIs
5+
specified in the product descriptions in the Wiki: [Data Providers](https://github.com/closedLoop/fintech-sandbox-curation/wiki/Data-Providers)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Issues​
2+
======
3+
Solutions to known bugs and references to solutions on StackOverflow
4+
5+
Code in this folder typically features work-arounds to known bugs or highlights
6+
known **Gotchas** in the data provider's systems.
7+
8+
If these issues are already known in StackOverflow, the solutions should
9+
be referenced by the following tags in Stack Overflow
10+
11+
For Example:
12+
* [Yodlee Issues on StackOverflow](http://stackoverflow.com/questions/tagged/yodlee)
13+
* [Yahoo-Finance Issues on StackOverflow](http://stackoverflow.com/questions/tagged/yahoo-finance)

data_providers/barchart/api/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
API
2+
===
3+
4+
This folder contains information to help members implement the data feeds and APIs
5+
specified in the product descriptions in the Wiki: [Data Providers](https://github.com/closedLoop/fintech-sandbox-curation/wiki/Data-Providers)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Integrations​
2+
============
3+
Solutions to convert external data sources into useful formats for databases, visualizations, etc...
4+
5+
This folder contains information to help members post-process the outputs from the data Providers
6+
These scripts can be more generic but can often help others put data into databases or merge disparate datasets
7+
8+
View the products referenced here: [Data Providers](https://github.com/closedLoop/fintech-sandbox-curation/wiki/Data-Providers)
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Issues​
2+
======
3+
Solutions to known bugs and references to solutions on StackOverflow
4+
5+
Code in this folder typically features work-arounds to known bugs or highlights
6+
known **Gotchas** in the data provider's systems.
7+
8+
If these issues are already known in StackOverflow, the solutions should
9+
be referenced by the following tags in Stack Overflow
10+
11+
For Example:
12+
* [Yodlee Issues on StackOverflow](http://stackoverflow.com/questions/tagged/yodlee)
13+
* [Yahoo-Finance Issues on StackOverflow](http://stackoverflow.com/questions/tagged/yahoo-finance)

data_providers/benzinga/api/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
API
2+
===
3+
4+
This folder contains information to help members implement the data feeds and APIs
5+
specified in the product descriptions in the Wiki: [Data Providers](https://github.com/closedLoop/fintech-sandbox-curation/wiki/Data-Providers)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Integrations​
2+
============
3+
Solutions to convert external data sources into useful formats for databases, visualizations, etc...
4+
5+
This folder contains information to help members post-process the outputs from the data Providers
6+
These scripts can be more generic but can often help others put data into databases or merge disparate datasets
7+
8+
View the products referenced here: [Data Providers](https://github.com/closedLoop/fintech-sandbox-curation/wiki/Data-Providers)
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Issues​
2+
======
3+
Solutions to known bugs and references to solutions on StackOverflow
4+
5+
Code in this folder typically features work-arounds to known bugs or highlights
6+
known **Gotchas** in the data provider's systems.
7+
8+
If these issues are already known in StackOverflow, the solutions should
9+
be referenced by the following tags in Stack Overflow
10+
11+
For Example:
12+
* [Yodlee Issues on StackOverflow](http://stackoverflow.com/questions/tagged/yodlee)
13+
* [Yahoo-Finance Issues on StackOverflow](http://stackoverflow.com/questions/tagged/yahoo-finance)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
API
2+
===
3+
4+
This folder contains information to help members implement the data feeds and APIs
5+
specified in the product descriptions in the Wiki: [Data Providers](https://github.com/closedLoop/fintech-sandbox-curation/wiki/Data-Providers)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Integrations​
2+
============
3+
Solutions to convert external data sources into useful formats for databases, visualizations, etc...
4+
5+
This folder contains information to help members post-process the outputs from the data Providers
6+
These scripts can be more generic but can often help others put data into databases or merge disparate datasets
7+
8+
View the products referenced here: [Data Providers](https://github.com/closedLoop/fintech-sandbox-curation/wiki/Data-Providers)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Issues​
2+
======
3+
Solutions to known bugs and references to solutions on StackOverflow
4+
5+
Code in this folder typically features work-arounds to known bugs or highlights
6+
known **Gotchas** in the data provider's systems.
7+
8+
If these issues are already known in StackOverflow, the solutions should
9+
be referenced by the following tags in Stack Overflow
10+
11+
For Example:
12+
* [Yodlee Issues on StackOverflow](http://stackoverflow.com/questions/tagged/yodlee)
13+
* [Yahoo-Finance Issues on StackOverflow](http://stackoverflow.com/questions/tagged/yahoo-finance)
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
API
2+
===
3+
4+
This folder contains information to help members implement the data feeds and APIs
5+
specified in the product descriptions in the Wiki: [Data Providers](https://github.com/closedLoop/fintech-sandbox-curation/wiki/Data-Providers)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Integrations​
2+
============
3+
Solutions to convert external data sources into useful formats for databases, visualizations, etc...
4+
5+
This folder contains information to help members post-process the outputs from the data Providers
6+
These scripts can be more generic but can often help others put data into databases or merge disparate datasets
7+
8+
View the products referenced here: [Data Providers](https://github.com/closedLoop/fintech-sandbox-curation/wiki/Data-Providers)
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Issues​
2+
======
3+
Solutions to known bugs and references to solutions on StackOverflow
4+
5+
Code in this folder typically features work-arounds to known bugs or highlights
6+
known **Gotchas** in the data provider's systems.
7+
8+
If these issues are already known in StackOverflow, the solutions should
9+
be referenced by the following tags in Stack Overflow
10+
11+
For Example:
12+
* [Yodlee Issues on StackOverflow](http://stackoverflow.com/questions/tagged/yodlee)
13+
* [Yahoo-Finance Issues on StackOverflow](http://stackoverflow.com/questions/tagged/yahoo-finance)
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
API
2+
===
3+
4+
This folder contains information to help members implement the data feeds and APIs
5+
specified in the product descriptions in the Wiki: [Data Providers](https://github.com/closedLoop/fintech-sandbox-curation/wiki/Data-Providers)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Integrations​
2+
============
3+
Solutions to convert external data sources into useful formats for databases, visualizations, etc...
4+
5+
This folder contains information to help members post-process the outputs from the data Providers
6+
These scripts can be more generic but can often help others put data into databases or merge disparate datasets
7+
8+
View the products referenced here: [Data Providers](https://github.com/closedLoop/fintech-sandbox-curation/wiki/Data-Providers)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Issues​
2+
======
3+
Solutions to known bugs and references to solutions on StackOverflow
4+
5+
Code in this folder typically features work-arounds to known bugs or highlights
6+
known **Gotchas** in the data provider's systems.
7+
8+
If these issues are already known in StackOverflow, the solutions should
9+
be referenced by the following tags in Stack Overflow
10+
11+
For Example:
12+
* [Yodlee Issues on StackOverflow](http://stackoverflow.com/questions/tagged/yodlee)
13+
* [Yahoo-Finance Issues on StackOverflow](http://stackoverflow.com/questions/tagged/yahoo-finance)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
API
2+
===
3+
4+
This folder contains information to help members implement the data feeds and APIs
5+
specified in the product descriptions in the Wiki: [Data Providers](https://github.com/closedLoop/fintech-sandbox-curation/wiki/Data-Providers)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Integrations​
2+
============
3+
Solutions to convert external data sources into useful formats for databases, visualizations, etc...
4+
5+
This folder contains information to help members post-process the outputs from the data Providers
6+
These scripts can be more generic but can often help others put data into databases or merge disparate datasets
7+
8+
View the products referenced here: [Data Providers](https://github.com/closedLoop/fintech-sandbox-curation/wiki/Data-Providers)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Issues​
2+
======
3+
Solutions to known bugs and references to solutions on StackOverflow
4+
5+
Code in this folder typically features work-arounds to known bugs or highlights
6+
known **Gotchas** in the data provider's systems.
7+
8+
If these issues are already known in StackOverflow, the solutions should
9+
be referenced by the following tags in Stack Overflow
10+
11+
For Example:
12+
* [Yodlee Issues on StackOverflow](http://stackoverflow.com/questions/tagged/yodlee)
13+
* [Yahoo-Finance Issues on StackOverflow](http://stackoverflow.com/questions/tagged/yahoo-finance)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
API
2+
===
3+
4+
This folder contains information to help members implement the data feeds and APIs
5+
specified in the product descriptions in the Wiki: [Data Providers](https://github.com/closedLoop/fintech-sandbox-curation/wiki/Data-Providers)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Integrations​
2+
============
3+
Solutions to convert external data sources into useful formats for databases, visualizations, etc...
4+
5+
This folder contains information to help members post-process the outputs from the data Providers
6+
These scripts can be more generic but can often help others put data into databases or merge disparate datasets
7+
8+
View the products referenced here: [Data Providers](https://github.com/closedLoop/fintech-sandbox-curation/wiki/Data-Providers)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Issues​
2+
======
3+
Solutions to known bugs and references to solutions on StackOverflow
4+
5+
Code in this folder typically features work-arounds to known bugs or highlights
6+
known **Gotchas** in the data provider's systems.
7+
8+
If these issues are already known in StackOverflow, the solutions should
9+
be referenced by the following tags in Stack Overflow
10+
11+
For Example:
12+
* [Yodlee Issues on StackOverflow](http://stackoverflow.com/questions/tagged/yodlee)
13+
* [Yahoo-Finance Issues on StackOverflow](http://stackoverflow.com/questions/tagged/yahoo-finance)

data_providers/estimize/api/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
API
2+
===
3+
4+
This folder contains information to help members implement the data feeds and APIs
5+
specified in the product descriptions in the Wiki: [Data Providers](https://github.com/closedLoop/fintech-sandbox-curation/wiki/Data-Providers)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Integrations​
2+
============
3+
Solutions to convert external data sources into useful formats for databases, visualizations, etc...
4+
5+
This folder contains information to help members post-process the outputs from the data Providers
6+
These scripts can be more generic but can often help others put data into databases or merge disparate datasets
7+
8+
View the products referenced here: [Data Providers](https://github.com/closedLoop/fintech-sandbox-curation/wiki/Data-Providers)
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Issues​
2+
======
3+
Solutions to known bugs and references to solutions on StackOverflow
4+
5+
Code in this folder typically features work-arounds to known bugs or highlights
6+
known **Gotchas** in the data provider's systems.
7+
8+
If these issues are already known in StackOverflow, the solutions should
9+
be referenced by the following tags in Stack Overflow
10+
11+
For Example:
12+
* [Yodlee Issues on StackOverflow](http://stackoverflow.com/questions/tagged/yodlee)
13+
* [Yahoo-Finance Issues on StackOverflow](http://stackoverflow.com/questions/tagged/yahoo-finance)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
API
2+
===
3+
4+
This folder contains information to help members implement the data feeds and APIs
5+
specified in the product descriptions in the Wiki: [Data Providers](https://github.com/closedLoop/fintech-sandbox-curation/wiki/Data-Providers)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Integrations​
2+
============
3+
Solutions to convert external data sources into useful formats for databases, visualizations, etc...
4+
5+
This folder contains information to help members post-process the outputs from the data Providers
6+
These scripts can be more generic but can often help others put data into databases or merge disparate datasets
7+
8+
View the products referenced here: [Data Providers](https://github.com/closedLoop/fintech-sandbox-curation/wiki/Data-Providers)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Issues​
2+
======
3+
Solutions to known bugs and references to solutions on StackOverflow
4+
5+
Code in this folder typically features work-arounds to known bugs or highlights
6+
known **Gotchas** in the data provider's systems.
7+
8+
If these issues are already known in StackOverflow, the solutions should
9+
be referenced by the following tags in Stack Overflow
10+
11+
For Example:
12+
* [Yodlee Issues on StackOverflow](http://stackoverflow.com/questions/tagged/yodlee)
13+
* [Yahoo-Finance Issues on StackOverflow](http://stackoverflow.com/questions/tagged/yahoo-finance)

data_providers/experian/api/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
API
2+
===
3+
4+
This folder contains information to help members implement the data feeds and APIs
5+
specified in the product descriptions in the Wiki: [Data Providers](https://github.com/closedLoop/fintech-sandbox-curation/wiki/Data-Providers)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Integrations​
2+
============
3+
Solutions to convert external data sources into useful formats for databases, visualizations, etc...
4+
5+
This folder contains information to help members post-process the outputs from the data Providers
6+
These scripts can be more generic but can often help others put data into databases or merge disparate datasets
7+
8+
View the products referenced here: [Data Providers](https://github.com/closedLoop/fintech-sandbox-curation/wiki/Data-Providers)
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Issues​
2+
======
3+
Solutions to known bugs and references to solutions on StackOverflow
4+
5+
Code in this folder typically features work-arounds to known bugs or highlights
6+
known **Gotchas** in the data provider's systems.
7+
8+
If these issues are already known in StackOverflow, the solutions should
9+
be referenced by the following tags in Stack Overflow
10+
11+
For Example:
12+
* [Yodlee Issues on StackOverflow](http://stackoverflow.com/questions/tagged/yodlee)
13+
* [Yahoo-Finance Issues on StackOverflow](http://stackoverflow.com/questions/tagged/yahoo-finance)

data_providers/factset/api/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
API
2+
===
3+
4+
This folder contains information to help members implement the data feeds and APIs
5+
specified in the product descriptions in the Wiki: [Data Providers](https://github.com/closedLoop/fintech-sandbox-curation/wiki/Data-Providers)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Integrations​
2+
============
3+
Solutions to convert external data sources into useful formats for databases, visualizations, etc...
4+
5+
This folder contains information to help members post-process the outputs from the data Providers
6+
These scripts can be more generic but can often help others put data into databases or merge disparate datasets
7+
8+
View the products referenced here: [Data Providers](https://github.com/closedLoop/fintech-sandbox-curation/wiki/Data-Providers)
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Issues​
2+
======
3+
Solutions to known bugs and references to solutions on StackOverflow
4+
5+
Code in this folder typically features work-arounds to known bugs or highlights
6+
known **Gotchas** in the data provider's systems.
7+
8+
If these issues are already known in StackOverflow, the solutions should
9+
be referenced by the following tags in Stack Overflow
10+
11+
For Example:
12+
* [Yodlee Issues on StackOverflow](http://stackoverflow.com/questions/tagged/yodlee)
13+
* [Yahoo-Finance Issues on StackOverflow](http://stackoverflow.com/questions/tagged/yahoo-finance)
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
API
2+
===
3+
4+
This folder contains information to help members implement the data feeds and APIs
5+
specified in the product descriptions in the Wiki: [Data Providers](https://github.com/closedLoop/fintech-sandbox-curation/wiki/Data-Providers)

0 commit comments

Comments
 (0)