def post_load(self, data, **kwargs): return types.SubRate(**data)
def post_load(self, data): return types.SubRate(**data)