-
Updated
Jul 4, 2020 - C++
fintech
Here are 513 public repositories matching this topic...
-
Updated
Jun 19, 2020 - Go
-
Updated
Jul 3, 2020 - C++
-
Updated
Mar 7, 2020 - Python
-
Updated
Jul 1, 2020 - Python
Clearly describe the data problem
The documentation says this is the result to expect
{
"symbol": "AAPL",
"exDate": "2017-08-10",
"paymentDate": "2017-08-17",
"recordDate": "2017-08-14",
"declaredDate": "2017-08-01",
"amount": 0.63,
"flag": "Dividend income",
"currency": "USD",
"description": "Apple decl
This codepen shows the issue: https://codepen.io/dylanvann/pen/OYaedz
The onHover handler forces a re-render.
Whenever the Plot is re-rendered some state is lost. In particular the selection is lost.
How it behaves when re-rendering (selection box is not maintained):
H
-
Updated
Jun 16, 2020 - Python
-
Updated
Mar 9, 2018 - Go
-
Updated
Apr 18, 2020 - Python
-
Updated
Jun 8, 2020 - Python
Similar to #821 , the Dash for R docs also require a sidebar component for searching and filtering chapters/pages of the docs. This may require also building a R specific index since some of the chapters and indices in the Python docs do not yet exist for the R documentation.
Public key hash is what used for identification everywhere (well, except grant queries).
-
Updated
Jun 5, 2020
Goal:
As a PISP I want to be able to retrieve additional information from a DFSP so that I have the information required to perform the account linking process.
Part of account linking process.
Return (as part of Get Parties), return list of accounts
- Array of account objects with a currency and account identifier
- generalize for currencies etc.
- keep Cross-network in mind
Not
Document output
There should be documentation on how to interface with you software : what is the format out of the command line, if a JSON format is used, please describe it, this will ease the integration with other software, for example : Kresus (kresus.org), a libre self hosted account manager.
In addition, a command to list all the accounts (with IBAN + account label + balance) would also help into going th
-
Updated
Jun 22, 2020 - Elixir
-
Updated
May 12, 2020 - PHP
-
Updated
Jun 21, 2019
Similar to #798 (Activities) or #545 (Tags) we need to build generic feature Notes & Comments.
For each type of record (e.g. Contacts, Organizations, Employees, Invoices, etc), we should be able to add some notes which will be displayed in like timeline style (i.e. it's a list of notes, most recent notes at the top, oldest at bottom of the list). Note: it is possible that some entities already
It would be a pretty handy demo to have a javascript version of our ACH library. It could parse a file client-side for the user and allow introspection / editing of fields.
You could think of it as a modern version of https://help.treasurysoftware.com/hc/en-us/articles/360011046974-ACH-File-Setup
Tutorials
-
Updated
May 16, 2020 - Python
-
Updated
Oct 19, 2018 - JavaScript
-
Updated
May 27, 2020
-
Updated
May 15, 2020 - JavaScript
Improve this page
Add a description, image, and links to the fintech topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fintech topic, visit your repo's landing page and select "manage topics."

I think we should keep dependencies in
requirements.txt, and we should read dependencies fromrequirements.txtinstead of keep another copy insetup.py.