当合同未约定利息内容时,则按照法律法规有关规定,债权人有权要求债务人支付应付利息,利息支付标准为每年5%。

        map.put('sign_date','');
        map.put('other_clauses','');
        map.put('message','');
        map.put('message1','');
        map.put('message2','');
        map.put('message3','');
        map.put('message4','');
        map.put('message5','');
        map.put('message6','');
        map.put('message7','');
        map.put('message8','');
        map.put('message9','');
        map.put('message10','');
        map.put('message11','');
        map.put('message12','');
        map.put('message13','');
        map.put('message14','');
        map.put('message15','');
        map.put('message16','');
        map.put('message17','');
        map.put('message18','');
        map.put('message19','');
        Document doc = new DocumentHandler().createDoc(map, '贷款合同');
        //输出文件
        OutputStream os = new FileOutputStream('D:\合同\贷款合同.doc');
        doc.write(os);
        this.closeStream(os);
    }catch (Exception e){
        e.printStackTrace();
    }
}
/**
 * 关闭输出流
 *
 * @param os
 */
private void closeStream(OutputStream os) {
    if (os != null) {
        try {
            os.close();
        } catch (IOException e) {
            e.printStackTrace();
        }
    }
}

}

合同未约定利息如何计算?法律规定利息支付标准

原文地址: https://www.cveoy.top/t/topic/lmhM 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录