Replies: 4 comments 3 replies
-
|
Things to add: Credential Exchange for PFI |
Beta Was this translation helpful? Give feedback.
-
|
also, instead of |
Beta Was this translation helpful? Give feedback.
-
|
A shallow look at how I'm imagining the state machine from the perspective of the PFI |
Beta Was this translation helpful? Give feedback.
-
|
@mistermoe replying to your first image Sequentially, here are my thoughts: A conditional offer means it's conditional on...something. I'm guessing that something is up to the offerer. The following "Claims Submission" seems to be a response to that something. Why not call it a Conditional Offer Request? Or, have a way to show that a "Conditional Offer" has multiple components, one of which is a "Claims Request", I imagine another component would be "Offer Details". I do see "Claims Request" after "Claims Submission" in the first diagram which is confusing. The loop of "Settlement" can also benefit from some terminology clarity. Going between request and details...ok, but this seems to be a "Settlement Negotiation" process. Perhaps "Settlement Request" is followed by "Settlement Submission" or "Settlement Response" which can be followed up with additional "Settlement Requests" or a "Settlement Result" (yes or no), which I believe is a "Settlement Receipt". Maybe we should step back and describe the functional states before diagraming. I see a "Settlement Process" which contains a few different components: bids, asks, negotiation, verification, and results. What are the possibilities for each? (and let's get better terminology) |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
General Requirements
Transition Diagram
Each Vertex is a message and each edge represents who can transition to a given vertex
Note: Assume that any vertex can transition to a
CLOSEby either participantflowchart TD ASK --> |PFI| COND_OFFER[Conditional Offer] COND_OFFER --> |Alice| CLAIM_SUB[Claims Submission] CLAIM_REQ --> |Alice| CLAIM_SUB CLAIM_SUB --> |PFI| CLAIM_REQ[Claims Request] CLAIM_SUB --> |PFI| SETTL_REQ[Settlement Request] SETTL_REQ --> |Alice| SETTL_DETAIL[Settlement Details] SETTL_DETAIL --> |PFI| CLAIM_REQ SETTL_DETAIL --> |PFI| SETTL_REQ SETTL_DETAIL --> |PFI| SETTL_RECEIPT[Settlement Receipt]Message Types
AskDescription:
have.currencyhave.amountwant.currencywant.amountConditionalOfferDescription:
ClaimsSubmissionDescription:
ClaimsRequestDescription:
SettlementRequestDescription:
SettlementDetailsDescription:
SettlementReceiptDescription:
CloseThreadDescription:
reasonBeta Was this translation helpful? Give feedback.
All reactions