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

implement ROR #235

Open
ilhanu opened this issue Jan 5, 2023 Discussed in #232 · 0 comments
Open

implement ROR #235

ilhanu opened this issue Jan 5, 2023 Discussed in #232 · 0 comments
Labels
enhancement New feature or request

Comments

@ilhanu
Copy link
Member

ilhanu commented Jan 5, 2023

Discussed in #232

The return on rent parameter is a configurable constant that is used in the following parts of the stack.

  • When onboarding an asset it calculates based on the sale price what the expected rent will be.
  • When the sale is definitive the rent is set based from the price * ror / 12 months of block time (all in units).
  • This defines the rental price when a contract is signed.

Design requirements:

  • The ROR can change only with a root call ( gov/sudo) and if does it should not impact tenants that have a current contract or are in the process of applying for tenancy. The only ones that change are the future houses to be onboarded, or houses that have no tenancy contract or application for it.

This impacts the following issues: #233

@ilhanu ilhanu added the enhancement New feature or request label Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

1 participant