Loan: Difference between revisions

From Hazeron Wiki
Jump to navigation Jump to search
(→‎Taking a Loan: Don't know what else to write.)
No edit summary
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
Loans is a way to borrow [[money]] from the citizen population. There is no interest rate and no penalty for not paying it back.
A loan is a way to borrow [[money]] from the civilian population. An [[avatar]] can take a loan up to its credit limit, which is dependent on the avatar's [[reputation]].


The current account balance shown on the [[Inventory]] (F4) window is red when money is owed.
There is no interest rate and no penalty for not paying back a loan. The current account balance shown on the [[Gear]] (<code>F4</code>) window is however displayed in red while money is owed.
 
Taking a loan can serve many uses, such as purchasing equipment, bulk construction materials, or a company [[spacecraft]].


==Credit limit==
==Credit limit==
The credit limit for an [[avatar]] is depend on his/her [[reputation]].  
The credit limit for an [[avatar]] dependent on its [[reputation]].  


The exact math is:
The exact math is:


  credit limit = (reputation + 0.5) * 100000
  credit limit = (reputation + 0.5) * 100'000


This means that with a reputation of 0, it is still possible to loan up to 50k¢. But if the reputation is negative, it is not possible to make a loan at all.
This means that with a reputation of 0, it is still possible to loan up to 50'000¢. But if the reputation is negative, it is not possible to make a loan at all.


==Bank Money==
==Bank Money==
Banks loan money from the citizen accounts of a [[city]]. An amount is held in reserve, so the citizens don't go bankrupt.
Banks loan money from the citizen accounts of a [[city]]. This means that there is almost always money available to make a loan, since the citizen accounts are rarely ever empty.
 
===Reserve Policies===
An amount is held in reserve, so the citizens don't go bankrupt. This mostly means that cities with very little money in the citizen accounts will refuse to give out a loan.


  reserved amount = (population x 1000) + 1000
  reserved amount = (population x 1000) + 1000
Line 23: Line 28:
[[File:BankLoanPayment.png|thumb|right|Paying off a loan is simple as this.]]
[[File:BankLoanPayment.png|thumb|right|Paying off a loan is simple as this.]]


A loan must be made at a [[bank]], and the [[city]]'s citizen accounts most hold enough [[money]].
A loan must be made at a [[bank]], and the [[city]]'s citizen accounts must hold enough [[money]].


[[File:BankManagementUI.png|thumb|none|The top part displays the current loan amount and has options to request a loan or pay off a loan.]]
[[File:BankManagementUI.png|thumb|none|The top part displays the current loan amount and has options to request a loan or pay off a loan.]]

Latest revision as of 07:52, 29 February 2024

A loan is a way to borrow money from the civilian population. An avatar can take a loan up to its credit limit, which is dependent on the avatar's reputation.

There is no interest rate and no penalty for not paying back a loan. The current account balance shown on the Gear (F4) window is however displayed in red while money is owed.

Taking a loan can serve many uses, such as purchasing equipment, bulk construction materials, or a company spacecraft.

Credit limit

The credit limit for an avatar dependent on its reputation.

The exact math is:

credit limit = (reputation + 0.5) * 100'000

This means that with a reputation of 0, it is still possible to loan up to 50'000¢. But if the reputation is negative, it is not possible to make a loan at all.

Bank Money

Banks loan money from the citizen accounts of a city. This means that there is almost always money available to make a loan, since the citizen accounts are rarely ever empty.

Reserve Policies

An amount is held in reserve, so the citizens don't go bankrupt. This mostly means that cities with very little money in the citizen accounts will refuse to give out a loan.

reserved amount = (population x 1000) + 1000

They will loan whatever remains after that.

Taking a Loan

Requesting a loan clearly states the credit limit.
Paying off a loan is simple as this.

A loan must be made at a bank, and the city's citizen accounts must hold enough money.

The top part displays the current loan amount and has options to request a loan or pay off a loan.