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

.cdm-java.6.0.0-dev.82.source-code.metatypes.ts Maven / Gradle / Ivy

There is a newer version: 6.0.0-dev.89
Show newest version
/**
 * This file is auto-generated from the ISDA Common Domain Model, do not edit.
 * Version: 6.0.0-dev.82
 */
export interface FieldWithMeta {
  value?: T;
  meta?: MetaFields;
}

export interface ReferenceWithMeta {
  globalReference?: string;
  externalReference?: string;
  address?: Reference;
  value?: T;
}

export interface MetaFields {
  key?: string;
  scheme?: string;
  globalKey?: string;
  externalKey?: string;
  location?: Key[];
}

export interface MetaAndTemplateFields {
  key?: string;
  scheme?: string;
  globalKey?: string;
  externalKey?: string;
  templateGlobalReference?: string;
  location?: Key[];
}

export interface Key {
  scope?: string;
  value?: string;
}

export interface Reference {
  scope?: string;
  value?: string;
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy