通过应用金融研究生文凭课程,在短短8个月内掌握关键的金融原理。
应用金融研究生文凭是为在任何领域拥有学士学位的学生设计的,他们希望为金融服务部门的专业角色做好准备。在短短八个月的时间里,学生将掌握财务决策和财务分析所需的高级知识和技能。
If you have New Zealand qualifications
Must have completed a bachelor’s degree (in any discipline)
.viewAll, .countryList {display:none;}
.mobBottom {margin-bottom:5px;}
If you have qualifications from another country
See entry requirements for students from other countries. Select your country from the dropdown menu.
Select country
--- Please select ---
India
Indonesia
Malaysia
United Arab Emirates
Vietnam
var seen = {};
$('.country-select').each(function() {
var txt = $(this).text();
if (seen[txt])
$(this).remove();
else
seen[txt] = true;
});
if ($("#areaSelect option").length < 2) {
$(".dropDownCountry").hide();
}
Accepted qualification:
Bachelor's degree
Accepted undergraduate qualification duration:
Minimum 3 years
Accepted subject majors:
n/a
Minimum scores
Percentage:
40
Degree classification:
n/a
Letter criteria:
D
GPA 10 point scale:
4
Accepted qualification:
1. Diploma IV-Sarjana sains terapan AND / OR
2. Sarjana (SI)
Accepted undergraduate qualification duration:
4 years
Accepted subject majors:
n/a
Minimum scores
Percentage:
55
Degree classification:
n/a
Letter criteria:
C
GPA 4 point scale:
2
Accepted qualification:
Bachelor's degree
Accepted undergraduate qualification duration:
Minimum 3 years
Accepted subject majors:
n/a
Minimum scores
Percentage:
50
Letter criteria:
C
GPA 4 point scale:
2
Accepted qualification:
Bachelor's degree
Accepted undergraduate qualification duration:
Minimum 4 years
Accepted subject majors:
n/a
Minimum scores
Percentage:
60
Letter criteria:
D
GPA 4 point scale:
1
Accepted qualification:
Bachelor's degree
Accepted undergraduate qualification duration:
4 years
Accepted subject majors:
n/a
Minimum scores
GPA 10 point scale:
5
GPA 4 point scale:
2
If your country is not listed, view our
general entry requirements for postgraduate programmes
var countrySelected = "";
$('#areaSelect').on('change', function() {
countrySelected = $(this).val().replace(/\s+/g, '-');
$( ".countryList" ).each(function() {
if ($(this).hasClass(countrySelected)) {
$(this).show();
} else {
$(this).hide();
}
});
if (countrySelected == "countryList"){
countrySelected = "";
}
});