country_decisions = {


	establish_bank_of_amsterdam = {
		potential = {
			tag = NED
			trade_tech = 24	#1609 historical.
			NOT = { has_country_modifier = bank_of_amsterdam }
		}
		allow = {
			idea = national_bank
			mercantilism_freetrade = 2
			ADM = 6
			owns = 97
		}
		effect = {
			add_country_modifier = {
				name = "bank_of_amsterdam"
				duration = -1
			}		}
		ai_will_do = {
			factor = 1
		}
	}
	
	found_voc = {
		potential = {
			tag = NED
			naval_tech = 20	
			NOT = { has_country_modifier = dutch_india_trade_co }
			eastasian_trade_ports = {
				has_discovered = THIS
			}			
		}
		allow = {
			num_of_ports = 2
	
			eastasian_trade_ports = {
				owned_by = THIS
			}			
		}
		effect = {
			add_country_modifier = {
				name = "dutch_india_trade_co"
				duration = -1
			}		}
		ai_will_do = {
			factor = 1
		}
	}
		

}


