All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.finmath.smartcontract.valuation.service.utils.SDCRounding Maven / Gradle / Ivy

package net.finmath.smartcontract.valuation.service.utils;

import java.math.RoundingMode;
/**
 * The Class SDCRounding. 
 * 

* Concrete implementation of the SDCAbstractRounding class. * Will be currency dependent. * */ public class SDCRounding extends SDCAbstractRounding { private SDCRounding() { } public SDCRounding(int sc, RoundingMode rc) { scale = sc; roundingMode = rc; } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy