
Law
Taxation
Stable revenue is key for a functioning government. By implementing a legal taxation framework, we can regulate tax collection from individuals and entities.
Policies 3
Income Taxation- +20% Minimum Tax for Clergy Estate
- +35% Minimum Tax for Noble Estate
- +25% Minimum Tax for Burgher Estate
- +15% Minimum Tax for Peasants Estate
- −5% Estates Satisfaction Equilibrium
Trade Taxation- −5% Burgher Estate Satisfaction Equilibrium
- +50% Minimum Tax for Burgher Estate
Traditional Taxation- +0.1 Monthly Progress to Traditional Economy
- −25% Parliament Base Support
Definitionin_game/common/laws/10_reforms_from_events.txt:161
162unique = yes
163law_category = administrative
172income_tax = {
173country_modifier = {
174clergy_estate_min_tax = 0.2
175nobles_estate_min_tax = 0.35
176burghers_estate_min_tax = 0.25
177peasants_estate_min_tax = 0.15
178global_estate_target_satisfaction = medium_permanent_target_satisfaction_penalty
}
180estate_preferences = {
crown_estate
}
183years = 2
}
186trade_tax = {
187country_modifier = {
188burghers_estate_target_satisfaction = medium_permanent_target_satisfaction_penalty
189burghers_estate_min_tax = 0.5
}
191estate_preferences = {
nobles_estate
clergy_estate
peasants_estate
}
196allow = {
197NOT = {
197has_estate_privilege = estate_privilege:toll_and_tariff_exemptions
}
}
199years = 2
}
202traditional_tax = {
203country_modifier = {
204monthly_towards_traditional_economy = societal_value_monthly_move
205parliament_base_support = -0.25
}
207estate_preferences = {
nobles_estate
}
210years = 2
211allow = {
212modifier:has_a_parliamentary_system = yes
}
}