country_event = {

	id = 4042

	trigger = {
		NOT = { has_country_flag = bank }
		banker = 3
		ADM = 7
	}

	mean_time_to_happen = {
		months = 480
		
		modifier = {
			factor = 0.9
			ADM = 7
		}
		modifier = {
			factor = 0.9
			ADM = 8
		}
		modifier = {
			factor = 0.9
			statesman = 5
		}
		modifier = {
			factor = 0.9
			statesman = 6
		}
		modifier = {
			factor = 1.1
			NOT = { advisor = statesman }
		}
		modifier = {
			factor = 1.1
			NOT = { stability = 0 }
		}
		modifier = {
			factor = 1.1
			NOT = { stability = -1 }
		}
		modifier = {
			factor = 1.1
			NOT = { stability = -2 }
		}
	}

	title = "EVTNAME4042"
	desc = "EVTDESC4042"
	
	option = {
		name = "EVTOPTA4042"		# National loans at 12 months income
		ai_chance = { factor = 5 }
		inflation = -5
		stability = 1
		loan_size = 12
		set_country_flag = bank
	}
	option = {
		name = "EVTOPTB4042"		# National loans at 6 months income
		ai_chance = { factor = 90 }
		inflation = -5
		stability = 1
		loan_size = 6
		set_country_flag = bank
	}
	option = {
		name = "EVTOPTC4042"		# National loans at 24 months income
		ai_chance = { factor = 5 }
		inflation = -5
		stability = 1
		loan_size = 24
		set_country_flag = bank
	}
}

country_event = {
	id = 9478
	
	title = "EVTNAME9478"
	desc = "EVTDESC9478"
	
	trigger = {
		has_country_modifier = gold_standard
		inflation = 10
	}
	
	mean_time_to_happen = {
		months = 5
	}
	
	option = {
		name = "EVTOPTA9478"
		remove_country_modifier = gold_standard
		stability = -1
		inflation = 8
		prestige = -0.1
	}
}