K
khanner
this never used to show up till now.
'Compute Appraisal Value
If BBG("Orig# LTV").Value < 1 Then ltv = BBG("Orig# LTV").Value Else
ltv = BBG("Orig# LTV").Value / 100
loantape("OrigAppraisalValue").Value = CLng(BBG("Orig# Amt").Value)
/ CLng(ltv)
'Compute Appraisal Value
If BBG("Orig# LTV").Value < 1 Then ltv = BBG("Orig# LTV").Value Else
ltv = BBG("Orig# LTV").Value / 100
loantape("OrigAppraisalValue").Value = CLng(BBG("Orig# Amt").Value)
/ CLng(ltv)