PLANA6265 Underwriting Intensive Fall A 2024

Java Python SYLLABUS

CLASS TITLE: Underwriting Intensive

SEMESTER YEAR: FallA 2024

COURSE NUMBER: PLANA6265

I. COURSE DESCRIPTION

This core course examines the many aspects of underwriting income-producing real estate. Taking the risk-adverse viewpoint of the lender, students will learn to develop and piece together the complex components of an internal credit committee pro forma. Students will learn how to effectively underwrite office, retail, industrial, multifamily and hotel real estate. This class will develop students’ understanding of what lenders look for. Armed with this knowledge, students will be able to effectively communicate with lenders and achieve better terms for the kind of projects they will ultimately encounter in their careers.

This is a half-semester core course structured as a series of lectures that focus on the specific nuances of a different asset class each week. Students will be evaluated on their homework submissions, their exams and their ability to engage in an active class discussion. Topics and dates may change as students’ progress is assessed.

II. COURSE REQUIREMENTS AND ASSIGNMENTS

Students are expected to attend every class and complete and submit each assignment (if due) prior to the start of class. Students are expected to complete all work individually.

The homework will prepare students for an engaging discussion in which all are expected to heavily participate.

Office hours are always open. Please do not hesitate to come by, especially if you are struggling with the homework or concepts in class.

Reminder - Columbia Counseling and Psychological Services are always there to help - especially if you feel things are getting too much. There is no shame in asking for help. For PLANA6265 Underwriting Intensive Fall A 2024 their resources, please click HERE (https://www.health.columbia.edu/content/counseling-and-psychological-services-columbia-university) .

Policy on ChatGPT and other AI Tools: Students are not allowed to use generative Artificial Intelligence (AI) or machine learning tools to complete deliverables for this course. Individuals must complete their own work and properly acknowledge the circumstances, ideas, sources, and assistance upon which the work is based. The use of AI is prohibited in this course and shall be treated similarly to unauthorized assistance and/or plagiarism per Columbia University’s academic policy.

(https://cssi.columbia.edu/content/academic-violations)

(https://cssi.columbia.edu/content/academic-violations)

III. COURSE GRADING CRITERIA

Below is a breakdown of the course grade:

· Completion of Assignments: 40% .  In-Class Exams: 50%

· Attendance and in-class participation: 10%

Only exceptional performers will receive a High Pass.

IV. COURSE OUTLINE (classes are subject to change)

Class 1: September 5th Multifamily Underwriting, Commercial Credit Policy, the Sizing Matrix and the Underwriting Timeline

Assignment due: None

Class 2: September 12th [NOTE THAT CLASS HAS A 6:30PM START] – Office Underwriting, the Commercial Rent Roll, Lease Abstract/Analysis, Credit Enhancements (TI/LC), Rate Calculation and Financial Covenants

Assignment due: HW 1 – Multifamily UW

Class 3: September 19th Industrial & Retail Underwriting (Mixed-Use), Co-Tenancy Clauses, Loan Guarantees, Earn-Outs and the Loan Application

Assignment due: HW 2 – Office UW         

var strSQL = ""; strSQL = "select a.ManageCom" +",(select name from ldcom where comcode=a.managecom)" +",a.grpcontno,a.prtno" +",getCodename('salechnl',a.salechnl)" +",getCodename('markettype',a.markettype) " +",getUniteCode(a.agentcode),(select name from laagent where agentcode=a.agentcode)" +",(select branchattr from labranchgroup where agentgroup=a.agentgroup)" +",(select name from labranchgroup where agentgroup=a.agentgroup)" + ", a.AgentCom," + " (select name from LACom where agentcom = a.AgentCom)" +",a.grpname,a.polapplydate,a.inputdate,a.cvalidate,a.cinvalidate" +",a.signdate" +",getCodename('paymode',a.paymode)" +",getCodename('payintv',a.payintv)" +",(case when a.payintv = -1 then (select sum(prem) from lcgrppayplan where prtno = a.prtno) else ( case when a.appflag = '1' then (select nvl(sum(sumactupaymoney),0) from ljapay where incomeno = a.grpcontno and duefeetype = '0') else a.prem end) end) " +",a.peoples2" +",case when a.uwflag = 'a' then '已撤销' when a.uwflag = '1' then '拒保' else getCodename('appflag',a.appflag) end " +",case when a.appflag = '0' then '0' else varchar((select nvl(sum(sumactupaymoney),0) from ljapay where incomeno = a.grpcontno and duefeetype = '0')) end " +",case when a.appflag = '0' then '0' else varchar((select (select nvl(sum(sumactupaymoney),0) from ljapay where incomeno = a.grpcontno) + (select nvl(sum(getmoney),0) from ljagetendorse where grpcontno = a.grpcontno and feeoperationtype<>'MJ' ) from dual)) end " +",(select bigprojectno from lcbigprojectcont where prtno=a.prtno)" +",(select bigprojectname from lcbigprojectinfo where bigprojectno = (select bigprojectno from lcbigprojectcont where prtno=a.prtno))" +",(select BigProjectYear from lcbigprojectcont where prtno=a.prtno)" +",(select lcy.ProjectEstimateRate from lcbigprojectyear lcy,lcbigprojectcont lcc where a.prtno=lcc.prtno and lcc.bigprojectno=lcy.bigprojectno and lcy.BigProjectYear=lcc.BigProjectYear )" //#4321 增加预估赔付率 byBXF +",(select case lcy.ProjectRateControl when '1' then '是' else '否' end from lcbigprojectyear lcy,lcbigprojectcont lcc where a.prtno=lcc.prtno and lcc.bigprojectno=lcy.bigprojectno and lcy.BigProjectYear=lcc.BigProjectYear )" //#4321 增加 是否管控 byBXF +",case when a.cardflag is null then '标准平台' else getCodename('cardflag2',a.cardflag) end, " + " (select min(enteraccdate) from ljtempfee where otherno = a.prtno or otherno = a.grpcontno)," + " (select getpoldate from lccontgetpol b where a.grpcontno = b.contno) ," +" case when lcs.ModelType = '01' then '4s店模型' when lcs.ModelType = '02' then '法客模型' end, " +" case when lcs.ModelType = '01' then '' when lcs.ModelType = '02' then lcs.RecommendCode end, " +" case when lcs.ModelType = '01' then lcs.RecommendCode when lcs.ModelType = '02' then '' end, " + " lcs.SpecificMark ,a.AskGrpContNo,case lcs.Finauthority when '0' then '总公司' when '1' then '分公司' end," + " a.ReceiveDate,a.UWDate," + " a.Amnt, case lcs.RenewalMark when 'N' then '否' when 'Y' then '是' else '' end " + " from lcgrpcont a left join lcgrpcontsub lcs on a.prtno=lcs.prtno" + " where 1=1 " + fxsql1 + fxsql2 + fxsql3 + fxsql4 + fxsql5 + getWherePart('a.ManageCom', 'ManageCom', 'like') + getWherePart('a.InputDate', 'StartDate', '>=') + getWherePart('a.InputDate', 'EndDate', '<=') + getWherePart('a.CValiDate', 'StartCvaliDate', '>=') + getWherePart('a.CValiDate', 'EndCvaliDate', '<=') + getWherePart('a.SignDate', 'StartSignDate', '>=') + getWherePart('a.SignDate', 'EndSignDate', '<=') + getWherePart('getUniteCode(a.agentcode)','AgentCode') +" and not exists (select 'X' from lcrnewstatelog where newgrpcontno = a.grpcontno)" +" Order by a.managecom "; fm.querySql.value = strSQL; turnPage.queryModal(strSQL, SetGrid); if(SetGrid.mulLineCount==0){ alert("没有查询到任何满足条件的数据!"); return false; }
08-13
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值