Skyrim Special Edition
0 of 0

File information

Last updated

Original upload

Created by

StellarWind22

Uploaded by

StellarWind22

Virus scan

Some manually verified files

Tags for this mod

About this mod

Adds a simple bank account system to Skyrim with interest, loans, gold to coin exchange, & A safety deposit box.

Permissions and credits
This mod adds a simple bank account system to Skyrim with interest, loans, gold to coin exchange, & A safety deposit box.

Your bank account is accessed by simply talking to any steward(the idea is that the account is stored in the city treasury).

Interest & loans are handled at the same time with a single script that runs every in-game week.
The default interest rate for an account is 5%(For now). Default interest rate for a loan is %7(For now).
These values are defined using global variables so they can be edited using console commands:

Example(s)
set <globalvariable> to <value>

set _SB_LoanInterestRate to 0.07
set _SB_AccountInterestRate to 0.05
set _SB_LoanPaymentPercentage to 0.05
set _SB_HourInterval to 168


For now all of Skyrim uses a shared banking system which may change in a future version.

Github Repo