You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7
Original file line number
Diff line number
Diff line change
@@ -194,6 +194,13 @@ PONG
194
194
|`HTTPS_CERT_FILE`| Filepath containing a certificate (or intermediate chain) to be served by the HTTP server. Requires all traffic be over secure HTTP. | Empty |
195
195
|`HTTPS_KEY_FILE`| Filepath of a private key matching the leaf certificate from `HTTPS_CERT_FILE`. | Empty |
|`CLEARBIT_API_KEY`| API key for connecting to Clearbit for logo requests. | Empty |
202
+
|`LOGO_CACHE_SIZE`| Maximum size for an in-memory cache of logos. | Empty |
203
+
197
204
### Data persistence
198
205
By design, Fed **does not persist** (save) any data about the search queries created. The only storage occurs in memory of the process and upon restart Fed will have no files or data saved. Also, no in-memory encryption of the data is performed.
Copy file name to clipboardexpand all lines: client/docs/AchParticipant.md
+2
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ Name | Type | Description | Notes
15
15
**PhoneNumber** | **string** | The Financial Institution's phone number | [optional]
16
16
**StatusCode** | **string** | Code is based on the customers receiver code * `1` - Receives Gov/Comm | [optional]
17
17
**ViewCode** | **string** | Code is current view * `1` - Current view | [optional]
18
+
**CleanName** | **string** | Normalized name of ACH participant | [optional]
19
+
**Logo** | [**Logo**](Logo.md) | | [optional]
18
20
19
21
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**Url** | **string** | URL to the company logo | [optional]
9
+
10
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardexpand all lines: client/docs/WireParticipant.md
+2
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ Name | Type | Description | Notes
12
12
**FundsSettlementOnlyStatus** | **string** | Designates funds settlement only status * `S` - Settlement-Only | [optional]
13
13
**BookEntrySecuritiesTransferStatus** | **string** | Designates book entry securities transfer status * `Y` - Eligible * `N` - Ineligible | [optional]
14
14
**Date** | **string** | Date of last revision * YYYYMMDD * Blank | [optional]
15
+
**CleanName** | **string** | Normalized name of Wire participant | [optional]
16
+
**Logo** | [**Logo**](Logo.md) | | [optional]
15
17
16
18
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
* FED API is designed to create FEDACH and FEDWIRE dictionaries. The FEDACH dictionary contains receiving depository financial institutions (RDFI’s) which are qualified to receive ACH entries. The FEDWIRE dictionary contains receiving depository financial institutions (RDFI’s) which are qualified to receive WIRE entries. This project implements a modern REST HTTP API for FEDACH Dictionary and FEDWIRE Dictionary.
0 commit comments