Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add - /accounts - "firstEntryId & "lastEntryId" #140

Open
1 task done
ochatelain opened this issue Nov 17, 2024 · 1 comment
Open
1 task done

Add - /accounts - "firstEntryId & "lastEntryId" #140

ochatelain opened this issue Nov 17, 2024 · 1 comment
Assignees
Labels
new Newly submitted issue

Comments

@ochatelain
Copy link
Contributor

Contact Details

ask@oli.chatelain:-)

Issue category

Refinement

Issue description

Add a low-watermark ("firstEntryId") and a high-watermark ("lastEntryId") to the account details endpoint.

Issue reasoning

To allow a fast update of the transaction data, a low- and high-watermark would allow:

  • Delete old data (supporting FinMa request to stay in sync)
  • Add old data only if available

Request

Add to GET /accounts and GET /accounts/{account-id} this two mandatory fields in the response on each account:

  • firstEntryId: The oldest entry still valid
  • lastEntryId: The youngest entry still valid

Proposed change

tbd after "Grundsatzentscheid"

Affected API's

AIS

Code of Conduct

  • I agree to follow this project's Contribution Guidelines
@ochatelain ochatelain added the new Newly submitted issue label Nov 17, 2024
@ochatelain ochatelain changed the title Add - /accounts - "lastEntryId" Add - /accounts - "fristEntryId & "lastEntryId" Nov 17, 2024
@ochatelain ochatelain changed the title Add - /accounts - "fristEntryId & "lastEntryId" Add - /accounts - "firstEntryId & "lastEntryId" Nov 17, 2024
@svenbiellmann
Copy link
Contributor

Meeting Notes 12.12.24

The new issue needs to be presented by @ochatelain on next meeting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new Newly submitted issue
Projects
None yet
Development

No branches or pull requests

3 participants