From f855ae74076ed4a2c296a4bcbaa1d6f3268852c5 Mon Sep 17 00:00:00 2001 From: Kevin Dean Date: Wed, 22 May 2024 11:55:37 -0400 Subject: [PATCH 1/2] Added proof of creditworthiness short use case per issue #137. --- index.html | 2 ++ short/f6_proof_of_creditworthiness.html | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 short/f6_proof_of_creditworthiness.html diff --git a/index.html b/index.html index a568baa..a06bfc2 100644 --- a/index.html +++ b/index.html @@ -427,6 +427,8 @@

Finance

data-include-replace="true" data-format="html">
+
diff --git a/short/f6_proof_of_creditworthiness.html b/short/f6_proof_of_creditworthiness.html new file mode 100644 index 0000000..9c0f7a5 --- /dev/null +++ b/short/f6_proof_of_creditworthiness.html @@ -0,0 +1,8 @@ +
+ F.6 Proof of creditworthiness +
+
+

Alice has checking and saving accounts, loans, and credit cards at multiple banks. Due to local regulatory restrictions, the banks may not exchange information about the subjects they issue credit cards to.

+ +

To prove her creditworthiness when applying for a mortgage, Alice acquires verifiable credentials issued by each bank containing type and balance for each account. She creates a verifiable presentation aggregating all accounts (type and balance) without revealing any issuers of the underlying data.

+
\ No newline at end of file From 60ea7b24b871abf68cacc50212d4eb672546c95e Mon Sep 17 00:00:00 2001 From: Joe Andrieu Date: Wed, 5 Feb 2025 12:06:34 -0800 Subject: [PATCH 2/2] Update short/f6_proof_of_creditworthiness.html Co-authored-by: Ted Thibodeau Jr --- short/f6_proof_of_creditworthiness.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/short/f6_proof_of_creditworthiness.html b/short/f6_proof_of_creditworthiness.html index 9c0f7a5..c3730d3 100644 --- a/short/f6_proof_of_creditworthiness.html +++ b/short/f6_proof_of_creditworthiness.html @@ -2,7 +2,7 @@ F.6 Proof of creditworthiness
-

Alice has checking and saving accounts, loans, and credit cards at multiple banks. Due to local regulatory restrictions, the banks may not exchange information about the subjects they issue credit cards to.

+

Alice has checking and saving accounts, loans, and credit cards at multiple banks. Due to local regulatory restrictions, the banks may not exchange information about the subjects to whom they issue credit cards.

To prove her creditworthiness when applying for a mortgage, Alice acquires verifiable credentials issued by each bank containing type and balance for each account. She creates a verifiable presentation aggregating all accounts (type and balance) without revealing any issuers of the underlying data.

\ No newline at end of file