this.name = name;
}
public SecurityTypeWrapper(SecurityAccountWrapper securityAccountWrapper) throws Exception {
SecurityType securityType = securityAccountWrapper.getSecurityType();
if (securityType == null) {
this.securityType = null;
} else {
this.securityType = securityType;
}