You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Discussed in #232
The return on rent parameter is a configurable constant that is used in the following parts of the stack.
price
*ror
/12 months of block time
(all in units).Design requirements:
This impacts the following issues: #233
The text was updated successfully, but these errors were encountered: