-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add minimum_balance to account and loan schema
- Loading branch information
1 parent
e133040
commit 6eab37a
Showing
3 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
layout: property | ||
title: "minimum_balance" | ||
schemas: [account, loan] | ||
--- | ||
|
||
# minimum_balance | ||
|
||
--- | ||
|
||
The minimum balance that account holders must have in their account each day in any currency, set by the bank holding the account. | ||
|
||
Indicates the minimum balance of each account within the aggregate. Monetary type represented as a naturally positive integer number of cents/pence. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters