Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update customQuery for bonds using topology #3372

Closed
AlexanderSavelyev opened this issue Sep 27, 2023 · 1 comment · Fixed by #3374
Closed

Update customQuery for bonds using topology #3372

AlexanderSavelyev opened this issue Sep 27, 2023 · 1 comment · Fixed by #3374

Comments

@AlexanderSavelyev
Copy link
Contributor

Background
Custom query for bonds do not take the topology correctly all the time

Solution

  • If topology = "Either" then customQuery should be empty e.g. Type=Single, Topology=Either => customQuery=-
  • If topology = "Ring" then customQuery should be @, e.g. Type=Double, Topology=Ring=>customQuery==;@
  • If topology = "Chain" then customQuery should be !@, e.g. Type=Triple, Topology=Chain=>customQuery==;!@
@ViktoriaTkacheva
Copy link
Collaborator

Preview. No comments

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

4 participants